[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1204120002390.2137@swampdragon.chaosbits.net>
Date: Thu, 12 Apr 2012 00:05:29 +0200 (CEST)
From: Jesper Juhl <jj@...osbits.net>
To: linux-kernel@...r.kernel.org
cc: dri-devel@...ts.freedesktop.org, Alan Cox <alan@...ux.intel.com>,
Dave Airlie <airlied@...hat.com>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
David Airlie <airlied@...ux.ie>, jim liu <jim.liu@...el.com>,
Jackie Li <yaodong.li@...el.com>, trivial@...nel.org
Subject: [PATCH] gma500: Don't needlessly include version.h in
mdfld_dsi_output.h
drivers/gpu/drm/gma500/mdfld_dsi_output.h does not need to
'#include <linux/version.h>' - so don't.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
drivers/gpu/drm/gma500/mdfld_dsi_output.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_output.h b/drivers/gpu/drm/gma500/mdfld_dsi_output.h
index 21071ce..36eb074 100644
--- a/drivers/gpu/drm/gma500/mdfld_dsi_output.h
+++ b/drivers/gpu/drm/gma500/mdfld_dsi_output.h
@@ -29,7 +29,6 @@
#define __MDFLD_DSI_OUTPUT_H__
#include <linux/backlight.h>
-#include <linux/version.h>
#include <drm/drmP.h>
#include <drm/drm.h>
#include <drm/drm_crtc.h>
--
1.7.10
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists