From 550164983562201af4b425dc731bed6287a5a80f Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 28 Jan 2009 15:45:57 +0000 Subject: fix-s3c64xx-otg-ioremap-reduce-global-device-ptr.patch Signed-off-by: Andy Green --- arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/plat-s3c/include') 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 */ -- cgit v1.2.3