module_param: make bool parameters really bool (drivers & misc)
[pandora-kernel.git] / drivers / usb / core / usb.c
index 1382c90..8ca9f99 100644 (file)
@@ -47,7 +47,7 @@
 
 const char *usbcore_name = "usbcore";
 
-static int nousb;      /* Disable USB when built into kernel image */
+static bool nousb;     /* Disable USB when built into kernel image */
 
 #ifdef CONFIG_USB_SUSPEND
 static int usb_autosuspend_delay = 2;          /* Default delay value,