All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] drm/i915: Remove duplicate inclusion of drm/drm_edid.h
@ 2012-12-07  8:48 Sachin Kamat
  2012-12-10  7:50 ` Jani Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Sachin Kamat @ 2012-12-07  8:48 UTC (permalink / raw)
  To: dri-devel; +Cc: daniel.vetter, patches, sachin.kamat

drm/drm_edid.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/gpu/drm/i915/intel_modes.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_modes.c b/drivers/gpu/drm/i915/intel_modes.c
index b00f1c8..49249bb 100644
--- a/drivers/gpu/drm/i915/intel_modes.c
+++ b/drivers/gpu/drm/i915/intel_modes.c
@@ -28,7 +28,6 @@
 #include <linux/fb.h>
 #include <drm/drm_edid.h>
 #include <drm/drmP.h>
-#include <drm/drm_edid.h>
 #include "intel_drv.h"
 #include "i915_drv.h"
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-10  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07  8:48 [PATCH 1/1] drm/i915: Remove duplicate inclusion of drm/drm_edid.h Sachin Kamat
2012-12-10  7:50 ` Jani Nikula
2012-12-10  9:12   ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.