]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/dca: Add module.h to dca-core.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:37:11 +0000 (13:37 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:34 +0000 (13:55 -0400)
This file really needs the full module.h header file present, but
was just getting it implicitly before.  Call it out in advance so
that we don't get future build failures on this.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/dca/dca-core.c

index 4abd089a094fe43ce20f04d6cd5b958e58b969e9..93fbe1191a6ae2fdef7049c48c38cd05568f36e5 100644 (file)
@@ -28,6 +28,7 @@
 #include <linux/device.h>
 #include <linux/dca.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 
 #define DCA_VERSION "1.12.1"