History log of /drivers/net/dsa/mv88e6xxx.c
Revision Date Author Comments
2bbba277a554431a426e81f37d5c50ab6216c07d 24-Jan-2012 Paul Gortmaker <paul.gortmaker@windriver.com> drivers/net: dsa/mv88e6xxx.c files need linux/module.h

An implicit instance of module.h leaked back into existence
and was masking the fact that these drivers weren't calling
out the include for itself. Fix the drivers before we remove
the implicit include path via net/netprio_cgroup.h file.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
3b1588593097b7d71f44c4b7b435bf28924316e0 27-Nov-2011 Ben Hutchings <ben@decadent.org.uk> dsa: Move switch drivers to new directory drivers/net/dsa

Support for specific hardware belongs under drivers/net/ not net/.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: David S. Miller <davem@davemloft.net>