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/8021q | |
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/8021q')
-rw-r--r-- | net/8021q/Makefile | 1 | ||||
-rw-r--r-- | net/8021q/vlan.h | 1 | ||||
-rw-r--r-- | net/8021q/vlan_core.c | 1 | ||||
-rw-r--r-- | net/8021q/vlanproc.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/net/8021q/Makefile b/net/8021q/Makefile index 7bc8db08d7ef..9b703454b93e 100644 --- a/net/8021q/Makefile +++ b/net/8021q/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
1 | # | 2 | # |
2 | # Makefile for the Linux VLAN layer. | 3 | # Makefile for the Linux VLAN layer. |
3 | # | 4 | # |
diff --git a/net/8021q/vlan.h b/net/8021q/vlan.h index 94f8eed9f9b3..a8ba51030b75 100644 --- a/net/8021q/vlan.h +++ b/net/8021q/vlan.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __BEN_VLAN_802_1Q_INC__ | 2 | #ifndef __BEN_VLAN_802_1Q_INC__ |
2 | #define __BEN_VLAN_802_1Q_INC__ | 3 | #define __BEN_VLAN_802_1Q_INC__ |
3 | 4 | ||
diff --git a/net/8021q/vlan_core.c b/net/8021q/vlan_core.c index 0bc31de9071a..64aa9f755e1d 100644 --- a/net/8021q/vlan_core.c +++ b/net/8021q/vlan_core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | #include <linux/skbuff.h> | 2 | #include <linux/skbuff.h> |
2 | #include <linux/netdevice.h> | 3 | #include <linux/netdevice.h> |
3 | #include <linux/if_vlan.h> | 4 | #include <linux/if_vlan.h> |
diff --git a/net/8021q/vlanproc.h b/net/8021q/vlanproc.h index 8838a2e92eb6..48cd4b4784e8 100644 --- a/net/8021q/vlanproc.h +++ b/net/8021q/vlanproc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __BEN_VLAN_PROC_INC__ | 2 | #ifndef __BEN_VLAN_PROC_INC__ |
2 | #define __BEN_VLAN_PROC_INC__ | 3 | #define __BEN_VLAN_PROC_INC__ |
3 | 4 | ||