Skip to content

Commit

Permalink
mfd: fix build failures in recently added ab5500 code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed Nov 8, 2011
1 parent 8f7346b commit 3b8ce3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/ab5500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* TODO: Event handling with irq_chip. Waiting for PRCMU fw support.
*/

#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/platform_device.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/mfd/ab5500-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Debugfs support for the AB5500 MFD driver
*/

#include <linux/export.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/mfd/ab5500/ab5500.h>
Expand Down

0 comments on commit 3b8ce3a

Please sign in to comment.