include: axp_pmic: Add missing header guard definition
authorSamuel Holland <samuel@sholland.org>
Sun, 22 Aug 2021 23:18:03 +0000 (18:18 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 25 Oct 2021 13:50:07 +0000 (14:50 +0100)
commit5b4afbd40c9bc1cac6705e27e9ec0683622ca86a
tree957cdbc02257ee91da28e52a3b7acf0cce11b279
parenta13fa74a8e82d7c1d6c4c4945ae0dc4870a222c9
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>
include/axp_pmic.h