mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-02 12:02:47 +00:00
net: Make static
Sparse asked whether these could be static. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2107fb8b5b
commit
5eaa65b240
13 changed files with 23 additions and 23 deletions
|
@ -95,7 +95,7 @@ static struct ctl_table phonet_table[] = {
|
|||
{ .ctl_name = 0 }
|
||||
};
|
||||
|
||||
struct ctl_path phonet_ctl_path[] = {
|
||||
static struct ctl_path phonet_ctl_path[] = {
|
||||
{ .procname = "net", .ctl_name = CTL_NET, },
|
||||
{ .procname = "phonet", .ctl_name = CTL_UNNUMBERED, },
|
||||
{ },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue