]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3ccb05441d5f3188280081ac0f82d16f552909a
treedf5d5e8ae7d01d5958432e38ee557ed2d1d154ba
parent8c325ce09d759d5f1d913cd4199d23dd03a82122
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