blackfin: add module.h to files implicitly expecting to use it.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 9 Aug 2011 20:54:30 +0000 (16:54 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:02 +0000 (19:31 -0400)
Its presence was implicit everywhere, but we are aiming to fix that,
so call out the users explicitly.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/blackfin/mach-common/cpufreq.c
sound/soc/blackfin/bf5xx-sport.c

index 85dc6d69f9c02e1c58a8f438b8bbedf75aba50f3..2e6eefd812f44cc0afff5265cf39f132b8e1d8a5 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/types.h>
 #include <linux/init.h>
 #include <linux/cpufreq.h>
index a2d40349fcc4113e7892ceb61401af2a140f9e07..2fd9f2a06968b8122f83325eccc4cbe1d885e751 100644 (file)
@@ -33,6 +33,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/gpio.h>
 #include <linux/bug.h>
+#include <linux/module.h>
 #include <asm/portmux.h>
 #include <asm/dma.h>
 #include <asm/blackfin.h>