diff options
author | David Barksdale <amatus@amatus.name> | 2014-08-13 18:32:56 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-08-13 18:32:56 -0500 |
commit | cddfc3baae08e24185c7716434452ebbd404cd39 (patch) | |
tree | 01e1f933fd8724bf2ad34db47730c98feefc0a7c /drivers/usb/gadget/dwc_otg/ppc4xx_dma.h | |
parent | 3918522a523adc3f001cf9c5da327d8fb383c26e (diff) |
gpl-source-mybooklive-02.10.09-124.zipgpl-source-mybooklive-02.10.12-129.zipgpl-source-mybooklive-02.10.09-124.zip
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 |