Skip to content

Commit

Permalink
ARM: OMAP2/3: Remove OMAP2_PRCM_BASE
Browse files Browse the repository at this point in the history
It's currently unused, and processor specific defines should
be used instead.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed May 25, 2009
1 parent 8a424bb commit c28150e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/plat-omap/include/mach/omap24xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@

#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
Expand Down

0 comments on commit c28150e

Please sign in to comment.