]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ARM: OMAP2/3: Remove OMAP2_PRCM_BASE
authorTony Lindgren <tony@atomide.com>
Mon, 25 May 2009 18:08:35 +0000 (11:08 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 25 May 2009 18:08:35 +0000 (11:08 -0700)
It's currently unused, and processor specific defines should
be used instead.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/mach/omap24xx.h

index 4ce9b6a60a5274ec625d803e9c008f0790642b3c..60f832449249686b09f4438df83e3baa1224aa51 100644 (file)
 
 #if defined(CONFIG_ARCH_OMAP2420)
 
-#define OMAP2_PRCM_BASE                OMAP2420_PRCM_BASE
 #define OMAP2_CM_BASE          OMAP2420_CM_BASE
 
 #elif defined(CONFIG_ARCH_OMAP2430)
 
-#define OMAP2_PRCM_BASE                OMAP2430_PRCM_BASE
 #define OMAP2_CM_BASE          OMAP2430_CM_BASE
 
 #endif