From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] video: msm: Remove useless mach/* includes
Date: Wed, 19 Sep 2012 00:00:42 -0700 [thread overview]
Message-ID: <1348038044-1790-4-git-send-email-sboyd@codeaurora.org> (raw)
In-Reply-To: <1348038044-1790-1-git-send-email-sboyd@codeaurora.org>
This driver doesn't need to use these mach includes so remove
them. This is a necessary step to support a single zImage.
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
drivers/video/msm/mddi.c | 3 ---
drivers/video/msm/mdp.c | 1 -
drivers/video/msm/mdp_hw.h | 1 -
3 files changed, 5 deletions(-)
diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c
index b061d70..d43e178 100644
--- a/drivers/video/msm/mddi.c
+++ b/drivers/video/msm/mddi.c
@@ -26,9 +26,6 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/sched.h>
-#include <mach/msm_iomap.h>
-#include <mach/irqs.h>
-#include <mach/board.h>
#include <mach/msm_fb.h>
#include "mddi_hw.h"
diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c
index cb2ddf1..752eff7 100644
--- a/drivers/video/msm/mdp.c
+++ b/drivers/video/msm/mdp.c
@@ -25,7 +25,6 @@
#include <linux/major.h>
#include <linux/slab.h>
-#include <mach/msm_iomap.h>
#include <mach/msm_fb.h>
#include <linux/platform_device.h>
#include <linux/export.h>
diff --git a/drivers/video/msm/mdp_hw.h b/drivers/video/msm/mdp_hw.h
index d804774..2a84137 100644
--- a/drivers/video/msm/mdp_hw.h
+++ b/drivers/video/msm/mdp_hw.h
@@ -15,7 +15,6 @@
#ifndef _MDP_HW_H_
#define _MDP_HW_H_
-#include <mach/msm_iomap.h>
#include <mach/msm_fb.h>
struct mdp_info {
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next prev parent reply other threads:[~2012-09-19 7:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-19 7:00 [PATCH 0/5] Trim down mach includes in MSM drivers Stephen Boyd
2012-09-19 7:00 ` [PATCH 1/5] ARM: msm: Move dma.h #defines that are private to dma.c Stephen Boyd
2012-09-19 7:00 ` [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include Stephen Boyd
2012-09-19 7:21 ` Chris Ball
2012-09-19 7:00 ` Stephen Boyd [this message]
2012-09-23 19:52 ` [PATCH 3/5] video: msm: Remove useless mach/* includes Florian Tobias Schandinat
2012-09-19 7:00 ` [PATCH 4/5] gpio: Make gpio-msm-v1 into a platform driver Stephen Boyd
2012-09-20 6:45 ` Linus Walleij
2012-09-20 16:08 ` David Brown
2012-09-20 20:14 ` Rohit Vaswani
2012-09-19 7:00 ` [PATCH 5/5] ARM: msm: Remove unused cpu.h header file Stephen Boyd
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=1348038044-1790-4-git-send-email-sboyd@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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).