diff options
| -rw-r--r-- | net/core/net-sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index 143052a22b9b..c57c4b228bb5 100644 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c | |||
| @@ -550,7 +550,7 @@ static void rps_map_release(struct rcu_head *rcu) | |||
| 550 | kfree(map); | 550 | kfree(map); |
| 551 | } | 551 | } |
| 552 | 552 | ||
| 553 | ssize_t store_rps_map(struct netdev_rx_queue *queue, | 553 | static ssize_t store_rps_map(struct netdev_rx_queue *queue, |
| 554 | struct rx_queue_attribute *attribute, | 554 | struct rx_queue_attribute *attribute, |
| 555 | const char *buf, size_t len) | 555 | const char *buf, size_t len) |
| 556 | { | 556 | { |
| @@ -635,7 +635,7 @@ static void rps_dev_flow_table_release(struct rcu_head *rcu) | |||
| 635 | schedule_work(&table->free_work); | 635 | schedule_work(&table->free_work); |
| 636 | } | 636 | } |
| 637 | 637 | ||
| 638 | ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, | 638 | static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, |
| 639 | struct rx_queue_attribute *attr, | 639 | struct rx_queue_attribute *attr, |
| 640 | const char *buf, size_t len) | 640 | const char *buf, size_t len) |
| 641 | { | 641 | { |
