diff options
author | Felipe Balbi <balbi@ti.com> | 2012-02-22 14:39:09 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-22 13:03:34 +0100 |
commit | 5fd32d6a3a0812ef730b7b83031fc00fa4c4075f (patch) | |
tree | bec9b516a742de025ac02a71d4d6675f0e37d5ab /drivers/mfd | |
parent | 9e1786202704f199941f7c2f5c9fe12879de7917 (diff) |
mfd: Remove unneeded header from twl-core
This driver doesn't really need <plat/cpu.h>, so remove it.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/twl-core.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c index a0297f7ac496..140340f9559b 100644 --- a/drivers/mfd/twl-core.c +++ b/drivers/mfd/twl-core.c @@ -45,10 +45,6 @@ #include <linux/i2c.h> #include <linux/i2c/twl.h> -#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) -#include <plat/cpu.h> -#endif - /* * The TWL4030 "Triton 2" is one of a family of a multi-function "Power * Management and System Companion Device" chips originally designed for |