diff options
author | Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com> | 2008-05-06 11:33:01 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-05-09 21:25:04 +0400 |
commit | dfa3d039dae89e8e9a7302ebf25370caaf1b62e3 (patch) | |
tree | c4caf1fac6592b0960ff9c20940bdc9288684a2d /arch/arm/mach-omap2/prm.h | |
parent | d756f54e57a261db39c46f1853b71be85608b15f (diff) | |
download | linux-dfa3d039dae89e8e9a7302ebf25370caaf1b62e3.tar.xz |
ARM: OMAP: Fixed comments on global PRM register usage
Fixed comments on global PRM register usage.
Signed-off-by: Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm.h')
-rw-r--r-- | arch/arm/mach-omap2/prm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm.h b/arch/arm/mach-omap2/prm.h index ab7649afd891..618f8111658a 100644 --- a/arch/arm/mach-omap2/prm.h +++ b/arch/arm/mach-omap2/prm.h @@ -30,7 +30,7 @@ /* * Architecture-specific global PRM registers - * Use prm_{read,write}_reg() with these registers. + * Use __raw_{read,write}l() with these registers. * * With a few exceptions, these are the register names beginning with * PRCM_* on 24xx, and PRM_* on 34xx. (The exceptions are the |