diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-02-04 16:43:28 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-04-04 18:32:19 -0400 |
commit | 22e2df7d5ff50e5a62d4945b13c83525a2617ef5 (patch) | |
tree | f00abc1eda64ea125c919a895956b2cdbfb83714 /drivers/mfd/pcf50633-core.c | |
parent | 6bb597507f9839b13498781e481f5458aea33620 (diff) |
mfd: remove duplicated #include from pcf50633
Removed duplicated #include <linux/device.h> in
drivers/mfd/pcf50633-core.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mfd/pcf50633-core.c')
-rw-r--r-- | drivers/mfd/pcf50633-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 2e36057659e1..7793932a513b 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/device.h> | 16 | #include <linux/device.h> |
17 | #include <linux/sysfs.h> | 17 | #include <linux/sysfs.h> |
18 | #include <linux/device.h> | ||
19 | #include <linux/module.h> | 18 | #include <linux/module.h> |
20 | #include <linux/types.h> | 19 | #include <linux/types.h> |
21 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |