From: Lad Prabhakar <prabhakar.csengg@gmail.com>
To: DLOS <davinci-linux-open-source@linux.davincidsp.com>,
LFBDEV <linux-fbdev@vger.kernel.org>,
Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
"Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Subject: [PATCH 1/2] video: da8xx-fb: remove unwanted header inclusion and sort the alphabetically
Date: Thu, 16 May 2013 07:22:56 +0000 [thread overview]
Message-ID: <1368688257-18705-2-git-send-email-prabhakar.csengg@gmail.com> (raw)
In-Reply-To: <1368688257-18705-1-git-send-email-prabhakar.csengg@gmail.com>
From: Lad, Prabhakar <prabhakar.csengg@gmail.com>
This patch removes unwanted header inclusion and sorts them alphabetically
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
drivers/video/da8xx-fb.c | 23 ++++++++++-------------
1 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
index 0810939..aafe8b9 100644
--- a/drivers/video/da8xx-fb.c
+++ b/drivers/video/da8xx-fb.c
@@ -19,25 +19,22 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <linux/module.h>
-#include <linux/kernel.h>
-#include <linux/fb.h>
+
+#include <linux/clk.h>
+#include <linux/console.h>
+#include <linux/cpufreq.h>
#include <linux/dma-mapping.h>
-#include <linux/device.h>
+#include <linux/fb.h>
+#include <linux/interrupt.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
-#include <linux/uaccess.h>
#include <linux/pm_runtime.h>
-#include <linux/interrupt.h>
-#include <linux/wait.h>
-#include <linux/clk.h>
-#include <linux/cpufreq.h>
-#include <linux/console.h>
-#include <linux/spinlock.h>
-#include <linux/slab.h>
+#include <linux/uaccess.h>
+
#include <linux/delay.h>
#include <linux/lcm.h>
+
#include <video/da8xx-fb.h>
-#include <asm/div64.h>
#define DRIVER_NAME "da8xx_lcdc"
--
1.7.4.1
next prev parent reply other threads:[~2013-05-16 7:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 7:22 [PATCH 0/2] video: da8xx-fb trival cleanup Lad Prabhakar
2013-05-16 7:22 ` Lad Prabhakar [this message]
2013-05-16 7:22 ` [PATCH 2/2] video:da8xx-fb: Convert to devm_* api Lad Prabhakar
2013-06-26 11:32 ` Prabhakar Lad
2013-06-26 11:39 ` Tomi Valkeinen
2013-06-26 11:57 ` Prabhakar Lad
2013-06-26 12:00 ` Tomi Valkeinen
2013-06-26 12:18 ` Prabhakar Lad
2013-06-26 12:11 ` Tomi Valkeinen
2013-07-02 9:27 ` Prabhakar Lad
2013-07-02 22:31 ` Etheridge, Darren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1368688257-18705-2-git-send-email-prabhakar.csengg@gmail.com \
--to=prabhakar.csengg@gmail.com \
--cc=FlorianSchandinat@gmx.de \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).