diff options
Diffstat (limited to 'drivers/ide/dtc2278.c')
| -rw-r--r-- | drivers/ide/dtc2278.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/dtc2278.c b/drivers/ide/dtc2278.c index 6929f7fce93..8722df329cb 100644 --- a/drivers/ide/dtc2278.c +++ b/drivers/ide/dtc2278.c @@ -91,7 +91,7 @@ static const struct ide_port_ops dtc2278_port_ops = {  	.set_pio_mode		= dtc2278_set_pio_mode,  }; -static const struct ide_port_info dtc2278_port_info __initdata = { +static const struct ide_port_info dtc2278_port_info __initconst = {  	.name			= DRV_NAME,  	.chipset		= ide_dtc2278,  	.port_ops		= &dtc2278_port_ops, @@ -130,7 +130,7 @@ static int __init dtc2278_probe(void)  	return ide_legacy_device_add(&dtc2278_port_info, 0);  } -static int probe_dtc2278; +static bool probe_dtc2278;  module_param_named(probe, probe_dtc2278, bool, 0);  MODULE_PARM_DESC(probe, "probe for DTC2278xx chipsets");  | 
