]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/net: dsa/mv88e6xxx.c files need linux/module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 24 Jan 2012 10:41:40 +0000 (10:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2012 20:44:50 +0000 (15:44 -0500)
commita8f137c25fa47e629bf4b33f8d09a8f54e6d8b40
tree1d4160a705c3d7b2246bcafa6f0c304813685fbb
parentb6b4d596a80adedea0118cf974cadc3570ad1d3d
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>
drivers/net/dsa/mv88e6060.c
drivers/net/dsa/mv88e6123_61_65.c
drivers/net/dsa/mv88e6131.c
drivers/net/dsa/mv88e6xxx.c