Commit 7d44c71b authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fix a typo in cpu.h

Fix a typo in cpu.h
parent ebce39e2
......@@ -124,7 +124,7 @@ IS_OMAP_CLASS(24xx, 0x24)
# define cpu_is_omap15xx() 1
# endif
# if defined(CONFIG_ARCH_OMAP16XX)
# undef cpu_is_omap16xx()
# undef cpu_is_omap16xx
# define cpu_is_omap16xx() 1
# endif
# if defined(CONFIG_ARCH_OMAP24XX)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment