Commit b29c06ae authored by Samuel Ortiz's avatar Samuel Ortiz Committed by Samuel Ortiz

mfd: Fix twl4030-core build

Fixes:
drivers/mfd/twl4030-core.c:657: error: implicit declaration of function
'cpu_is_omap2430'

Not the nicest fix, but this should be improved by a better OMAP clock API
implementation.
Signed-off-by: default avatarSamuel Ortiz <sameo@openedhand.com>
parent 98325f8f
......@@ -38,6 +38,9 @@
#include <linux/i2c.h>
#include <linux/i2c/twl4030.h>
#ifdef CONFIG_ARM
#include <mach/cpu.h>
#endif
/*
* The TWL4030 "Triton 2" is one of a family of a multi-function "Power
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment