commit | ccbd20d11c6e540c06830e8a93dbe3421810b1c9 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon May 15 14:52:10 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 10:11:46 2023 -0400 |
tree | a48571e508fbbe95bb85307c30578c9cb5974063 | |
parent | 9fbd9efd3a91d2504b858fe0de82dac1fa270470 [diff] |
imx: fix header inclusion guards It seems like the header inclusion guards for some IMX related headers were misspelled or got out of sync. Make the preprocessor symbols 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>