FIXME: fold

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 drivers/usb/core/usb.c |    2 ++
 1 file changed, 2 insertions(+)

diff -r 76349d27579f drivers/usb/core/usb.c
--- a/drivers/usb/core/usb.c	Thu Nov 20 16:07:48 2008 +1030
+++ b/drivers/usb/core/usb.c	Thu Nov 20 16:39:42 2008 +1030
@@ -963,7 +963,9 @@
 EXPORT_SYMBOL_GPL(usb_buffer_unmap_sg);
 
 /* format to disable USB on kernel command line is: nousb */
+#ifndef MODULE
 core_param(nousb, nousb, bool, 0444);
+#endif
 
 /*
  * for external read access to <nousb>
