]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/dsa/tag_trailer.c
dsa: Combine core and tagging code
authorBen Hutchings <ben@decadent.org.uk>
Fri, 25 Nov 2011 14:35:02 +0000 (14:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Nov 2011 19:48:15 +0000 (14:48 -0500)
commit7df899c36cf09678bdef1824ce591ef4ac0e9864
treedf5d5e8ae7d01d5958432e38ee557ed2d1d154ba
parentad293b8a218ca13a9ee3e3c98137fa301987577c
dsa: Combine core and tagging code

These files have circular dependencies, so if we make DSA modular then
they must be built into the same module.  Therefore, link them
together and merge their respective module init and exit functions.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/Makefile
net/dsa/dsa.c
net/dsa/dsa_priv.h
net/dsa/tag_dsa.c
net/dsa/tag_edsa.c
net/dsa/tag_trailer.c