DRM: drm_crtc_helper.h doesn't actually need i2c.h
authorJean Delvare <khali@linux-fr.org>
Thu, 2 Apr 2009 09:52:24 +0000 (11:52 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 2 Apr 2009 23:08:25 +0000 (09:08 +1000)
Remove an include that isn't actually needed to prevent needless
rebuilds.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_crtc_helper.h

index c7d4b2e..95f1a84 100644 (file)
@@ -33,7 +33,6 @@
 #ifndef __DRM_CRTC_HELPER_H__
 #define __DRM_CRTC_HELPER_H__
 
-#include <linux/i2c.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
 #include <linux/idr.h>