aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 13:23:32 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:38 -0400
commit7dfe293cf66258c5ef5d010f75d1f843b38e5e4a (patch)
tree9628d1e7ded2724134c22b4fb9a9d65939842795 /drivers
parentpowerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE (diff)
downloadlinux-dev-7dfe293cf66258c5ef5d010f75d1f843b38e5e4a.tar.xz
linux-dev-7dfe293cf66258c5ef5d010f75d1f843b38e5e4a.zip
powerpc: Fix up modules that should be including module.h
So that we can clean up the header files and not be relying on implicit includes from device.h ---> module.h Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ps3/ps3stor_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ps3/ps3stor_lib.c b/drivers/ps3/ps3stor_lib.c
index af0afa1db4a8..cc328dec946b 100644
--- a/drivers/ps3/ps3stor_lib.c
+++ b/drivers/ps3/ps3stor_lib.c
@@ -19,6 +19,7 @@
*/
#include <linux/dma-mapping.h>
+#include <linux/module.h>
#include <asm/lv1call.h>
#include <asm/ps3stor.h>