X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fgadget%2Fpxa2xx_udc.c;h=c1139b51db46534609b180a1a088b046dee0801f;hb=3ec04f3d2903fdf6d9849a8633af59b8628164a5;hp=710f7a435f9eccb6c2fdefac6d8035a11e108228;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/drivers/usb/gadget/pxa2xx_udc.c b/drivers/usb/gadget/pxa2xx_udc.c index 710f7a435..c1139b51d 100644 --- a/drivers/usb/gadget/pxa2xx_udc.c +++ b/drivers/usb/gadget/pxa2xx_udc.c @@ -92,6 +92,10 @@ static const char ep0name [] = "ep0"; // #define USE_OUT_DMA // #define DISABLE_TEST_MODE +#ifdef CONFIG_PROC_FS +#define UDC_PROC_FILE +#endif + #ifdef CONFIG_ARCH_IXP4XX #undef USE_DMA @@ -105,6 +109,12 @@ static const char ep0name [] = "ep0"; #include "pxa2xx_udc.h" +#ifdef CONFIG_EMBEDDED +/* few strings, and little code to use them */ +#undef DEBUG +#undef UDC_PROC_FILE +#endif + #ifdef USE_DMA static int use_dma = 1; module_param(use_dma, bool, 0); @@ -1202,7 +1212,7 @@ static const struct usb_gadget_ops pxa2xx_udc_ops = { /*-------------------------------------------------------------------------*/ -#ifdef CONFIG_USB_GADGET_DEBUG_FILES +#ifdef UDC_PROC_FILE static const char proc_node_name [] = "driver/udc"; @@ -1358,12 +1368,11 @@ done: #define remove_proc_files() \ remove_proc_entry(proc_node_name, NULL) -#else /* !CONFIG_USB_GADGET_DEBUG_FILES */ - +#else /* !UDC_PROC_FILE */ #define create_proc_files() do {} while (0) #define remove_proc_files() do {} while (0) -#endif /* CONFIG_USB_GADGET_DEBUG_FILES */ +#endif /* UDC_PROC_FILE */ /* "function" sysfs attribute */ static ssize_t