Commit 3c6fc3521acbee33637e7db803ac3cf3b0e2ff04

Authored by Jean Delvare
Committed by Dave Airlie
1 parent 522b5cc7ce

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/drm/drm_crtc_helper.h
... ... @@ -33,7 +33,6 @@
33 33 #ifndef __DRM_CRTC_HELPER_H__
34 34 #define __DRM_CRTC_HELPER_H__
35 35  
36   -#include <linux/i2c.h>
37 36 #include <linux/spinlock.h>
38 37 #include <linux/types.h>
39 38 #include <linux/idr.h>