usb: musb: remove dead code from procfs
authorFelipe Balbi <felipe.balbi@nokia.com>
Thu, 11 Sep 2008 08:53:25 +0000 (11:53 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 21 Nov 2009 21:24:55 +0000 (23:24 +0200)
commit366f22c86f68396b9e2714a94efa27e0ad4dc547
tree99ea5b166c9863869f0d0416c80c9e179361f9d9
parentce8eff07a7ab7db9415957d95f60c5246098c8c6
usb: musb: remove dead code from procfs

When removing the procfs file, I forgot to remove some
code that created and removed that file. Here's a patch
to fix it. Ideally this patch will be melded into the patch
removing the procfs file, don't know if it's possible still.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c