aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ps3disk.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-01 15:56:05 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:13 -0400
commit0c8d44f239b453517d25d0fcfd2737bb5cb34ef8 (patch)
treeddd9da6086f67462e7a323e3eefaa974cb7908c1 /drivers/block/ps3disk.c
parentblock: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros (diff)
downloadlinux-dev-0c8d44f239b453517d25d0fcfd2737bb5cb34ef8.tar.xz
linux-dev-0c8d44f239b453517d25d0fcfd2737bb5cb34ef8.zip
block: Fix files that are modules and hence need module.h
We want to remove the implicit everywhere presence of module.h so fix up the people relying on that implicit presence in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/block/ps3disk.c')
-rw-r--r--drivers/block/ps3disk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/ps3disk.c b/drivers/block/ps3disk.c
index 8e1ce2e2916a..da0abc1838c1 100644
--- a/drivers/block/ps3disk.c
+++ b/drivers/block/ps3disk.c
@@ -21,6 +21,7 @@
#include <linux/ata.h>
#include <linux/blkdev.h>
#include <linux/slab.h>
+#include <linux/module.h>
#include <asm/lv1call.h>
#include <asm/ps3stor.h>