summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/pcf50633-core.c
diff options
context:
space:
mode:
authorHuang Weiyi2009-02-04 22:43:28 +0100
committerSamuel Ortiz2009-04-05 00:32:19 +0200
commit22e2df7d5ff50e5a62d4945b13c83525a2617ef5 (patch)
treef00abc1eda64ea125c919a895956b2cdbfb83714 /drivers/mfd/pcf50633-core.c
parentMerge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... (diff)
downloadkernel-qcow2-linux-22e2df7d5ff50e5a62d4945b13c83525a2617ef5.tar.gz
kernel-qcow2-linux-22e2df7d5ff50e5a62d4945b13c83525a2617ef5.tar.xz
kernel-qcow2-linux-22e2df7d5ff50e5a62d4945b13c83525a2617ef5.zip
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.c1
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 @@
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/sysfs.h>
-#include <linux/device.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/interrupt.h>