diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-07 11:17:04 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-07 21:45:14 -0500 |
commit | 3b8ce3aed986090d9249629f97c53b4dfb8c9783 (patch) | |
tree | 76e31f066e8c387dd2125957c876a98c73b6f451 /drivers/mfd/ab5500-debugfs.c | |
parent | 8f7346bdea64f2e3d02b0bcaf456e391c4cba134 (diff) |
mfd: fix build failures in recently added ab5500 code
These files had implicit dependencies on modular support
which now show up as build failures with the module cleanup
work merged to mainline.
Reported-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mfd/ab5500-debugfs.c')
-rw-r--r-- | drivers/mfd/ab5500-debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab5500-debugfs.c b/drivers/mfd/ab5500-debugfs.c index 6be1fe6b5f9a..43c0ebb81956 100644 --- a/drivers/mfd/ab5500-debugfs.c +++ b/drivers/mfd/ab5500-debugfs.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * Debugfs support for the AB5500 MFD driver | 4 | * Debugfs support for the AB5500 MFD driver |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/export.h> | ||
7 | #include <linux/debugfs.h> | 8 | #include <linux/debugfs.h> |
8 | #include <linux/seq_file.h> | 9 | #include <linux/seq_file.h> |
9 | #include <linux/mfd/ab5500/ab5500.h> | 10 | #include <linux/mfd/ab5500/ab5500.h> |