diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-17 15:33:58 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:37 -0400 |
commit | 38789fda295689689d064c0157bc363b1837b5e6 (patch) | |
tree | ff03cfacc7dcc05faecc18fd5b1b213a1eef9c3c /drivers/ata/libata-eh.c | |
parent | fec14d2fcebe824377ef0305babc365d039f6b39 (diff) | |
download | linux-stable-38789fda295689689d064c0157bc363b1837b5e6.tar.gz linux-stable-38789fda295689689d064c0157bc363b1837b5e6.tar.bz2 linux-stable-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/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index c021186736e9..f22957c2769a 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c @@ -34,6 +34,7 @@ #include <linux/kernel.h> #include <linux/blkdev.h> +#include <linux/export.h> #include <linux/pci.h> #include <scsi/scsi.h> #include <scsi/scsi_host.h> |