diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-04-02 13:52:24 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-04-03 03:08:25 +0400 |
commit | 3c6fc3521acbee33637e7db803ac3cf3b0e2ff04 (patch) | |
tree | e5ac65a56cb19e789bf49878f17b22b5238f415f /include/drm | |
parent | 522b5cc7cec124e06629c0702ffab1307416aec7 (diff) | |
download | linux-3c6fc3521acbee33637e7db803ac3cf3b0e2ff04.tar.xz |
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')
-rw-r--r-- | include/drm/drm_crtc_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/i2c.h> #include <linux/spinlock.h> #include <linux/types.h> #include <linux/idr.h> |