diff options
Diffstat (limited to 'drivers/usb/gadget/dwc_otg/ppc4xx_dma.h')
-rw-r--r-- | drivers/usb/gadget/dwc_otg/ppc4xx_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/dwc_otg/ppc4xx_dma.h b/drivers/usb/gadget/dwc_otg/ppc4xx_dma.h index c4a4f2806f6..13043152971 100644 --- a/drivers/usb/gadget/dwc_otg/ppc4xx_dma.h +++ b/drivers/usb/gadget/dwc_otg/ppc4xx_dma.h @@ -32,7 +32,7 @@ #define DCRN_DMASR_BASE 0x120 #endif -#ifdef CONFIG_460EX || defined(CONFIG_APM82181) +#if defined(CONFIG_460EX) || defined(CONFIG_APM82181) #define DCRN_DMA0_BASE 0x200 #define DCRN_DMASR_BASE 0x220 #endif |