diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-03-15 05:14:49 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-03-21 06:27:37 -0400 |
commit | cfc4bcfe84e14b858dc6a1ab6bbf34d69edabc27 (patch) | |
tree | b1a6e07dbfdee69a8d2f5eb13fa224df2841bd05 /drivers/video/bfin_adv7393fb.c | |
parent | 8f9c60f2e29717155227f225b557d3f1fda442bd (diff) |
fbdev: bfin_adv7393fb: Drop needless include
Kernel drivers don't need <linux/i2c-dev.h>.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/bfin_adv7393fb.c')
-rw-r--r-- | drivers/video/bfin_adv7393fb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/bfin_adv7393fb.c b/drivers/video/bfin_adv7393fb.c index c99281429214..1a268a294478 100644 --- a/drivers/video/bfin_adv7393fb.c +++ b/drivers/video/bfin_adv7393fb.c | |||
@@ -36,9 +36,7 @@ | |||
36 | #include <linux/dma-mapping.h> | 36 | #include <linux/dma-mapping.h> |
37 | #include <linux/proc_fs.h> | 37 | #include <linux/proc_fs.h> |
38 | #include <linux/platform_device.h> | 38 | #include <linux/platform_device.h> |
39 | |||
40 | #include <linux/i2c.h> | 39 | #include <linux/i2c.h> |
41 | #include <linux/i2c-dev.h> | ||
42 | 40 | ||
43 | #include "bfin_adv7393fb.h" | 41 | #include "bfin_adv7393fb.h" |
44 | 42 | ||