diff options
author | David S. Miller <davem@davemloft.net> | 2017-11-03 20:26:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-03 20:26:51 -0400 |
commit | 2a171788ba7bb61995e98e8163204fc7880f63b2 (patch) | |
tree | 4150a94dd08323748116e5051e56ddee830d4812 /net/ipx | |
parent | bf5345882bd18bc1b4966d170c0491ebe5c9a7d6 (diff) | |
parent | d4c2e9fca5b7db8d315d93a072e65d0847f8e0c5 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Files removed in 'net-next' had their license header updated
in 'net'. We take the remove from 'net-next'.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipx')
-rw-r--r-- | net/ipx/ipx_proc.c | 1 | ||||
-rw-r--r-- | net/ipx/ipx_route.c | 1 | ||||
-rw-r--r-- | net/ipx/pe2.c | 1 | ||||
-rw-r--r-- | net/ipx/sysctl_net_ipx.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/net/ipx/ipx_proc.c b/net/ipx/ipx_proc.c index 7d75e4c5c75d..38a3d51d9ead 100644 --- a/net/ipx/ipx_proc.c +++ b/net/ipx/ipx_proc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * IPX proc routines | 3 | * IPX proc routines |
3 | * | 4 | * |
diff --git a/net/ipx/ipx_route.c b/net/ipx/ipx_route.c index b5d91447f3dc..3cf93aa9f284 100644 --- a/net/ipx/ipx_route.c +++ b/net/ipx/ipx_route.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Implements the IPX routing routines. | 3 | * Implements the IPX routing routines. |
3 | * Code moved from af_ipx.c. | 4 | * Code moved from af_ipx.c. |
diff --git a/net/ipx/pe2.c b/net/ipx/pe2.c index 32dcd601ab32..ba7d4214bbff 100644 --- a/net/ipx/pe2.c +++ b/net/ipx/pe2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | #include <linux/in.h> | 2 | #include <linux/in.h> |
2 | #include <linux/mm.h> | 3 | #include <linux/mm.h> |
3 | #include <linux/module.h> | 4 | #include <linux/module.h> |
diff --git a/net/ipx/sysctl_net_ipx.c b/net/ipx/sysctl_net_ipx.c index 0dafcc561ed6..c3eef457db88 100644 --- a/net/ipx/sysctl_net_ipx.c +++ b/net/ipx/sysctl_net_ipx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* -*- linux-c -*- | 2 | /* -*- linux-c -*- |
2 | * sysctl_net_ipx.c: sysctl interface to net IPX subsystem. | 3 | * sysctl_net_ipx.c: sysctl interface to net IPX subsystem. |
3 | * | 4 | * |