diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 21:50:58 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:19 +0100 |
commit | daaa5f7cbee37dfc8464d350f1eacd6e94b278cc (patch) | |
tree | dec72cbeee1d5fbb169c21305510918818a0d45d /lib/raid6/recov.c | |
parent | md: Add module.h to all files using it implicitly (diff) | |
download | linux-daaa5f7cbee37dfc8464d350f1eacd6e94b278cc.tar.xz linux-daaa5f7cbee37dfc8464d350f1eacd6e94b278cc.zip |
md: Add in export.h for files using EXPORT_SYMBOL
These files were getting the defines for EXPORT_SYMBOL because
device.h was including module.h. But we are going to put an
end to that. So add the proper export.h include now.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to '')
-rw-r--r-- | lib/raid6/recov.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/raid6/recov.c b/lib/raid6/recov.c index 8590d19cf522..fe275d7b6b36 100644 --- a/lib/raid6/recov.c +++ b/lib/raid6/recov.c @@ -18,6 +18,7 @@ * the syndrome.) */ +#include <linux/export.h> #include <linux/raid/pq.h> /* Recover two failed data blocks. */ |