Skip to content

Commit

Permalink
DRM: drm_crtc_helper.h doesn't actually need i2c.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Dave Airlie committed Apr 2, 2009
1 parent 522b5cc commit 3c6fc35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/drm/drm_crtc_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3c6fc35

Please sign in to comment.