sfc: make function tables const
[deliverable/linux.git] / drivers / net / sfc / nic.h
index d9de1b647d416b601f62cb1e6a1a6f56f09a4830..f7ec03cc002d5922d2c8fd76dad0c422e81cc8fa 100644 (file)
@@ -150,9 +150,9 @@ struct siena_nic_data {
        int wol_filter_id;
 };
 
-extern struct efx_nic_type falcon_a1_nic_type;
-extern struct efx_nic_type falcon_b0_nic_type;
-extern struct efx_nic_type siena_a0_nic_type;
+extern const struct efx_nic_type falcon_a1_nic_type;
+extern const struct efx_nic_type falcon_b0_nic_type;
+extern const struct efx_nic_type siena_a0_nic_type;
 
 /**************************************************************************
  *
This page took 0.027167 seconds and 5 git commands to generate.