diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-20 12:44:17 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-21 14:14:05 +0400 |
commit | eda81bea894e5cd945e30f85b00546caf80fbecc (patch) | |
tree | c6c4e9be4fa30a360edaf0b1b397ddff4089caf8 /drivers/usb | |
parent | 967baed40eaaf6df632b7e929b903140a9744b87 (diff) | |
download | linux-eda81bea894e5cd945e30f85b00546caf80fbecc.tar.xz |
usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA"
The Kconfig symbol USB_GADGET_NET2272_DMA was renamed to USB_NET2272_DMA
in commit 193ab2a6070039e7ee2b9b9bebea754a7c52fd1b ("usb: gadget: allow
multiple gadgets to be built"). That commit did not convert the only
occurrence of the corresponding Kconfig macro. Convert that macro now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/net2272.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/net2272.c b/drivers/usb/gadget/net2272.c index 17628337c6b0..32524b631959 100644 --- a/drivers/usb/gadget/net2272.c +++ b/drivers/usb/gadget/net2272.c @@ -59,7 +59,7 @@ static const char * const ep_name[] = { }; #define DMA_ADDR_INVALID (~(dma_addr_t)0) -#ifdef CONFIG_USB_GADGET_NET2272_DMA +#ifdef CONFIG_USB_NET2272_DMA /* * use_dma: the NET2272 can use an external DMA controller. * Note that since there is no generic DMA api, some functions, |