drivers/net: dsa/mv88e6xxx.c files need linux/module.h
From: Paul Gortmaker <paul.gortmaker@windriver.com>
BugLink: http://bugs.launchpad.net/bugs/1004148
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>
(cherry picked from commit 2bbba277a554431a426e81f37d5c50ab6216c07d)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
drivers/net/dsa/mv88e6060.c | 1 +
drivers/net/dsa/mv88e6123_61_65.c | 1 +
drivers/net/dsa/mv88e6131.c | 1 +
drivers/net/dsa/mv88e6xxx.c | 1 +
4 files changed, 4 insertions(+)