diff options
author | Felipe Balbi <balbi@ti.com> | 2012-02-22 07:39:09 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-22 08:03:34 -0400 |
commit | 5fd32d6a3a0812ef730b7b83031fc00fa4c4075f (patch) | |
tree | bec9b516a742de025ac02a71d4d6675f0e37d5ab /drivers | |
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')
-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 @@ | |||
45 | #include <linux/i2c.h> | 45 | #include <linux/i2c.h> |
46 | #include <linux/i2c/twl.h> | 46 | #include <linux/i2c/twl.h> |
47 | 47 | ||
48 | #if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) | ||
49 | #include <plat/cpu.h> | ||
50 | #endif | ||
51 | |||
52 | /* | 48 | /* |
53 | * The TWL4030 "Triton 2" is one of a family of a multi-function "Power | 49 | * The TWL4030 "Triton 2" is one of a family of a multi-function "Power |
54 | * Management and System Companion Device" chips originally designed for | 50 | * Management and System Companion Device" chips originally designed for |