drivers/ipmi: Fix header guard
Change-Id: Ic1f33ce883443da1c68627e4c1db10871deecd0d Signed-off-by: David Hendricks <david.hendricks@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64364 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d9e750c4fd
commit
c6396a82e9
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <device/device.h>
|
||||
|
||||
#ifndef _IMPI_CHIP_H_
|
||||
#ifndef _IPMI_CHIP_H_
|
||||
#define _IPMI_CHIP_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue