]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP: Split fb.c to remove last remaining cpu_is_omap usage
authorTony Lindgren <tony@atomide.com>
Sun, 16 Dec 2012 19:39:40 +0000 (11:39 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Dec 2012 18:50:40 +0000 (10:50 -0800)
commit16d60bb86e45aa7513007b4788f16fa2b968f9dd
tree4a9acd6ba700f3484156ade2d7baf72909b0012c
parent50f29fbd39835e3fd21c60a798f03f2692146ccb
ARM: OMAP: Split fb.c to remove last remaining cpu_is_omap usage

Looks like we missed plat-omap/fb.c for cpu_is_omap usage
mach-omap2. This is the last user of cpu_is_omap, so let's
quickly fix it up so we can finally remove plat/cpu.h for
omap2lus.

We want to limit cpu_is_omap macro usage to mach-omap2 only so
we can make plat/cpu.h private. After this we can finally drop
plat/cpu.h for omap2+.

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/Makefile
arch/arm/mach-omap1/fb.c [new file with mode: 0644]
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/fb.c [moved from arch/arm/plat-omap/fb.c with 76% similarity]
arch/arm/plat-omap/Makefile