module_param: make bool parameters really bool (drivers & misc)
[linux-2.6-block.git] / drivers / xen / xen-pciback / xenbus.c
index 8e1c44d8ab469d2e28d47a838cb003fafb79949c..d5dcf8d5d3d91efbaba633f4c2f60259b9c455d0 100644 (file)
@@ -16,7 +16,7 @@
 #define INVALID_EVTCHN_IRQ  (-1)
 struct workqueue_struct *xen_pcibk_wq;
 
-static int __read_mostly passthrough;
+static bool __read_mostly passthrough;
 module_param(passthrough, bool, S_IRUGO);
 MODULE_PARM_DESC(passthrough,
        "Option to specify how to export PCI topology to guest:\n"\