Commit 3b8ce3aed986090d9249629f97c53b4dfb8c9783

Authored by Paul Gortmaker
1 parent 8f7346bdea

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

drivers/mfd/ab5500-core.c
... ... @@ -13,6 +13,7 @@
13 13 * TODO: Event handling with irq_chip. Waiting for PRCMU fw support.
14 14 */
15 15  
  16 +#include <linux/module.h>
16 17 #include <linux/mutex.h>
17 18 #include <linux/err.h>
18 19 #include <linux/platform_device.h>
drivers/mfd/ab5500-debugfs.c
... ... @@ -4,6 +4,7 @@
4 4 * Debugfs support for the AB5500 MFD driver
5 5 */
6 6  
  7 +#include <linux/export.h>
7 8 #include <linux/debugfs.h>
8 9 #include <linux/seq_file.h>
9 10 #include <linux/mfd/ab5500/ab5500.h>