|
|
@@ -1210,7 +1210,7 @@ ar8327_sw_hw_apply(struct switch_dev *dev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int
|
|
|
+static int
|
|
|
ar8327_sw_get_port_igmp_snooping(struct switch_dev *dev,
|
|
|
const struct switch_attr *attr,
|
|
|
struct switch_val *val)
|
|
|
@@ -1228,7 +1228,7 @@ ar8327_sw_get_port_igmp_snooping(struct switch_dev *dev,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int
|
|
|
+static int
|
|
|
ar8327_sw_set_port_igmp_snooping(struct switch_dev *dev,
|
|
|
const struct switch_attr *attr,
|
|
|
struct switch_val *val)
|
|
|
@@ -1246,7 +1246,7 @@ ar8327_sw_set_port_igmp_snooping(struct switch_dev *dev,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int
|
|
|
+static int
|
|
|
ar8327_sw_get_igmp_snooping(struct switch_dev *dev,
|
|
|
const struct switch_attr *attr,
|
|
|
struct switch_val *val)
|
|
|
@@ -1263,7 +1263,7 @@ ar8327_sw_get_igmp_snooping(struct switch_dev *dev,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int
|
|
|
+static int
|
|
|
ar8327_sw_set_igmp_snooping(struct switch_dev *dev,
|
|
|
const struct switch_attr *attr,
|
|
|
struct switch_val *val)
|
|
|
@@ -1279,7 +1279,7 @@ ar8327_sw_set_igmp_snooping(struct switch_dev *dev,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int
|
|
|
+static int
|
|
|
ar8327_sw_get_igmp_v3(struct switch_dev *dev,
|
|
|
const struct switch_attr *attr,
|
|
|
struct switch_val *val)
|
|
|
@@ -1295,7 +1295,7 @@ ar8327_sw_get_igmp_v3(struct switch_dev *dev,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int
|
|
|
+static int
|
|
|
ar8327_sw_set_igmp_v3(struct switch_dev *dev,
|
|
|
const struct switch_attr *attr,
|
|
|
struct switch_val *val)
|