diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-07-12 14:12:30 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-07-12 14:12:30 +0200 |
commit | 7d13714650ec8868f999d2dc3d06e2723687d0c3 (patch) | |
tree | 14151baee37a0e84febc04c9103ed760f8e6f2ff | |
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>
-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 608e40bb20e..177177609be 100644 --- a/drivers/video/matrox/matroxfb_crtc2.h +++ b/drivers/video/matrox/matroxfb_crtc2.h @@ -2,8 +2,6 @@ #define __MATROXFB_CRTC2_H__ #include <linux/ioctl.h> -#include <linux/i2c.h> -#include <linux/i2c-algo-bit.h> #include "matroxfb_base.h" struct matroxfb_dh_fb_info { |