]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA"
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 20 Mar 2013 08:44:17 +0000 (09:44 +0100)
committerFelipe Balbi <balbi@ti.com>
Thu, 21 Mar 2013 10:14:05 +0000 (12:14 +0200)
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>
drivers/usb/gadget/net2272.c

index 17628337c6b07cd81b1bce13414283c238a7167f..32524b631959eda7a62e2e2b005c3ba7a2e88f4b 100644 (file)
@@ -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,