Commit a94538ff authored by Ben Collins's avatar Ben Collins Committed by David S. Miller

[PATCH] Fix module param decleration in pcilynx

parent 7867b36d
......@@ -72,9 +72,9 @@
/* Module Parameters */
static int skip_eeprom = 0;
module_param(skip_eeprom, int, 0444);
MODULE_PARM_DESC(skip_eeprom, "Use generic bus info block instead of serial eeprom (default = 0).");
static int skip_eeprom = 0;
static struct hpsb_host_driver lynx_driver;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment