ALSA: module_param: make bool parameters really bool
[deliverable/linux.git] / sound / pci / via82xx_modem.c
index a386dd9f6732b1d254ec5160623295014e375eaa..5efcbcac506a16f0e392551faa9f1d559dade231 100644 (file)
@@ -37,7 +37,7 @@
 #include <linux/init.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
@@ -66,7 +66,7 @@ module_param(ac97_clock, int, 0444);
 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (default 48000Hz).");
 
 /* just for backward compatibility */
-static int enable;
+static bool enable;
 module_param(enable, bool, 0444);
 
 
This page took 0.039778 seconds and 5 git commands to generate.