diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-07-12 08:12:30 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-07-12 08:12:30 -0400 |
commit | 7d13714650ec8868f999d2dc3d06e2723687d0c3 (patch) | |
tree | 14151baee37a0e84febc04c9103ed760f8e6f2ff /drivers/video/matrox | |
parent | b53c82211a7239643aa7c9b4887429c30f353406 (diff) |
matroxfb: Clean-up i2c header inclusions
matroxfb_crtc2 has nothing to do with i2c, so there's no reason why
matroxfb_crtc2.h should include i2c header files.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Petr Vandrovec <vandrove@vc.cvut.cz>
Diffstat (limited to 'drivers/video/matrox')
-rw-r--r-- | drivers/video/matrox/matroxfb_crtc2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/matrox/matroxfb_crtc2.h b/drivers/video/matrox/matroxfb_crtc2.h index 608e40bb20e9..177177609be7 100644 --- a/drivers/video/matrox/matroxfb_crtc2.h +++ b/drivers/video/matrox/matroxfb_crtc2.h | |||
@@ -2,8 +2,6 @@ | |||
2 | #define __MATROXFB_CRTC2_H__ | 2 | #define __MATROXFB_CRTC2_H__ |
3 | 3 | ||
4 | #include <linux/ioctl.h> | 4 | #include <linux/ioctl.h> |
5 | #include <linux/i2c.h> | ||
6 | #include <linux/i2c-algo-bit.h> | ||
7 | #include "matroxfb_base.h" | 5 | #include "matroxfb_base.h" |
8 | 6 | ||
9 | struct matroxfb_dh_fb_info { | 7 | struct matroxfb_dh_fb_info { |