diff options
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 */ |