aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-floppy_proc.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-17 15:33:58 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:37 -0400
commit38789fda295689689d064c0157bc363b1837b5e6 (patch)
treeff03cfacc7dcc05faecc18fd5b1b213a1eef9c3c /drivers/ide/ide-floppy_proc.c
parentinfiniband: add moduleparam.h to drivers/infiniband as required (diff)
downloadlinux-dev-38789fda295689689d064c0157bc363b1837b5e6.tar.xz
linux-dev-38789fda295689689d064c0157bc363b1837b5e6.zip
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
They were getting this implicitly by an include of module.h from device.h -- but we are going to clean that up and break that include chain, so include export.h explicitly now. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/ide/ide-floppy_proc.c')
-rw-r--r--drivers/ide/ide-floppy_proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-floppy_proc.c b/drivers/ide/ide-floppy_proc.c
index d711d9b883de..1600720f3e86 100644
--- a/drivers/ide/ide-floppy_proc.c
+++ b/drivers/ide/ide-floppy_proc.c
@@ -1,4 +1,5 @@
#include <linux/kernel.h>
+#include <linux/export.h>
#include <linux/ide.h>
#include <linux/seq_file.h>