iwlwifi: Constify struct iwl_ops
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-5000.c
index 3236315c75beec8d79d5220e0a3c227869ee8d18..f2b1915530e7c58ebf570901184b4416e3b3faed 100644 (file)
@@ -1556,7 +1556,7 @@ static struct iwl_lib_ops iwl5150_lib = {
         },
 };
 
-static struct iwl_ops iwl5000_ops = {
+static const struct iwl_ops iwl5000_ops = {
        .ucode = &iwl5000_ucode,
        .lib = &iwl5000_lib,
        .hcmd = &iwl5000_hcmd,
@@ -1564,7 +1564,7 @@ static struct iwl_ops iwl5000_ops = {
        .led = &iwlagn_led_ops,
 };
 
-static struct iwl_ops iwl5150_ops = {
+static const struct iwl_ops iwl5150_ops = {
        .ucode = &iwl5000_ucode,
        .lib = &iwl5150_lib,
        .hcmd = &iwl5000_hcmd,
This page took 0.024012 seconds and 5 git commands to generate.