commit | db93db92b4a2244e0ef35bf1bf3fc38c1da174f1 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon May 15 14:52:12 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 12:17:00 2023 -0400 |
tree | 9cb84a41442ec3481281190e5276ed4b83e1f411 | |
parent | 30cb65748359915a7704be463cb2bfa838bb8877 [diff] |
freescale: vsc3316_3308: fix header inclusion guard It seems like the header inclusion guard for some Freescale crosspoint switch 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>