aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drm_crtc_helper.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-04-02 11:52:24 +0200
committerDave Airlie <airlied@redhat.com>2009-04-03 09:08:25 +1000
commit3c6fc3521acbee33637e7db803ac3cf3b0e2ff04 (patch)
treee5ac65a56cb19e789bf49878f17b22b5238f415f /include/drm/drm_crtc_helper.h
parent522b5cc7cec124e06629c0702ffab1307416aec7 (diff)
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 <khali@linux-fr.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc_helper.h')
-rw-r--r--include/drm/drm_crtc_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h
index c7d4b2e606a..95f1a849e68 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 <linux/i2c.h>
#include <linux/spinlock.h>
#include <linux/types.h>
#include <linux/idr.h>