mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
include: axp_pmic: Add missing header guard definition
This header attempted to avoid multiple inclusion using a header guard. But the preprocessor symbol was never defined, so the guard had no effect. Fix this by defining the symbol. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
a13fa74a8e
commit
5b4afbd40c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
* X-Powers AX Power Management IC support header
|
||||
*/
|
||||
#ifndef _AXP_PMIC_H_
|
||||
#define _AXP_PMIC_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue