summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ir-kbd-i2c.c
diff options
context:
space:
mode:
authorJean Delvare2010-11-15 22:40:38 +0100
committerJean Delvare2010-11-15 22:40:38 +0100
commitf3dc65dafa651bca6606ac0b41ead1be50d05652 (patch)
tree290e2ea07b74052211bb70fa70f8da0689f0bddd /drivers/media/video/ir-kbd-i2c.c
parenti2c: Delete unused adapter IDs (diff)
downloadkernel-qcow2-linux-f3dc65dafa651bca6606ac0b41ead1be50d05652.tar.gz
kernel-qcow2-linux-f3dc65dafa651bca6606ac0b41ead1be50d05652.tar.xz
kernel-qcow2-linux-f3dc65dafa651bca6606ac0b41ead1be50d05652.zip
i2c: Drivers shouldn't include <linux/i2c-id.h>
Drivers don't need to include <linux/i2c-id.h>, especially not when they don't use anything that header file provides. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Michael Hunold <michael@mihu.de> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ir-kbd-i2c.c')
-rw-r--r--drivers/media/video/ir-kbd-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c
index 5a000c65ae98..ce4a75375909 100644
--- a/drivers/media/video/ir-kbd-i2c.c
+++ b/drivers/media/video/ir-kbd-i2c.c
@@ -44,7 +44,6 @@
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/i2c.h>
-#include <linux/i2c-id.h>
#include <linux/workqueue.h>
#include <media/ir-core.h>