From: Jean Delvare Date: Thu, 2 Apr 2009 09:52:24 +0000 (+0200) Subject: DRM: drm_crtc_helper.h doesn't actually need i2c.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3c6fc3521acbee33637e7db803ac3cf3b0e2ff04;p=linux-beck.git DRM: drm_crtc_helper.h doesn't actually need i2c.h Remove an include that isn't actually needed to prevent needless rebuilds. Signed-off-by: Jean Delvare Signed-off-by: Dave Airlie --- diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h index c7d4b2e606a5..95f1a849e68f 100644 --- a/include/drm/drm_crtc_helper.h +++ b/include/drm/drm_crtc_helper.h @@ -33,7 +33,6 @@ #ifndef __DRM_CRTC_HELPER_H__ #define __DRM_CRTC_HELPER_H__ -#include #include #include #include