aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@nokia.com>2008-08-10 21:22:34 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2008-08-21 10:26:33 -0700
commit746cdd0b2d1254b11382789b6630c4d379bdcf13 (patch)
tree6c4e9ab788b727a16938388f4e45c5f582f6ab99 /drivers/usb/musb/Makefile
parentbf31338bfd5d04434adf2294255847bb7dad687a (diff)
usb: musb: get rid of procfs entry
Drivers should not add procfs. The functionality in the old procfs file will be moved to debugfs. Cc: Anand Gadiyar <gadiyar@ti.com> Cc: Bryan Wu <bryan.wu@analog.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r--drivers/usb/musb/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index 88eb67de08a..860369c7cbe 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -76,11 +76,6 @@ endif
ifneq ($(MUSB_DEBUG),0)
EXTRA_CFLAGS += -DDEBUG
-
- ifeq ($(CONFIG_PROC_FS),y)
- musb_hdrc-objs += musb_procfs.o
- endif
-
endif
EXTRA_CFLAGS += -DMUSB_DEBUG=$(MUSB_DEBUG)