commit | 5b4afbd40c9bc1cac6705e27e9ec0683622ca86a | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Aug 22 18:18:03 2021 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Oct 25 14:50:07 2021 +0100 |
tree | 957cdbc02257ee91da28e52a3b7acf0cce11b279 | |
parent | a13fa74a8e82d7c1d6c4c4945ae0dc4870a222c9 [diff] |
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>