commit | 82a9d27ea939efc2c8a87cdacadc9a423cefb604 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon May 15 14:52:11 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 10:11:46 2023 -0400 |
tree | d4b161bf3def2e29e53fbdadea20613228449166 | |
parent | ccbd20d11c6e540c06830e8a93dbe3421810b1c9 [diff] |
arm: uniphier: fix header inclusion guard It seems like the header inclusion guard for some Uniphier DDR PHY 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>