commit | 0d1669a73f1a67fb686b32bd8a1bff60174752f2 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon May 15 14:52:13 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 12:31:47 2023 -0400 |
tree | 4ab1be6a29d44eb40d02710646a47e9fbe468e37 | |
parent | a5ac7d52b0b923faf3ab86265600f5f71b08bde6 [diff] |
exynos: fix header inclusion guard It seems like the header inclusion guard for the Exynos pinctrl header was misspelled. Make the preprocessor symbol for the #ifndef and #define lines the same, so that the double inclusion protection works as expected. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com>