diff options
author | Andy Green <andy@openmoko.com> | 2009-01-28 15:45:57 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-28 15:45:57 +0000 |
commit | 550164983562201af4b425dc731bed6287a5a80f (patch) | |
tree | e8df9595218c070d9af831526399c6d11fb168e2 /arch/arm | |
parent | 82cec84a81a78e2440276868150ef3fe8373878e (diff) |
fix-s3c64xx-otg-ioremap-reduce-global-device-ptr.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h b/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h index fa1a0060758..d3e7e689a64 100644 --- a/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h +++ b/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h @@ -20,7 +20,7 @@ /* USB2.0 OTG Controller register */ /* Core Global Registers */ -#define S3C_USBOTGREG(x) ((x) + S3C64XX_VA_OTG) +#define S3C_USBOTGREG(x) ((x) /*+ S3C64XX_VA_OTG */) /* OTG Control & Status */ #define S3C_UDC_OTG_GOTGCTL S3C_USBOTGREG(0x000) /* OTG Interrupt */ |