Skip to content

Commit

Permalink
video: msm: Remove useless mach/* includes
Browse files Browse the repository at this point in the history
This driver doesn't need to use these mach includes so remove
them. This is a necessary step to support a single zImage.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
  • Loading branch information
Stephen Boyd authored and Florian Tobias Schandinat committed Sep 22, 2012
1 parent baaa15f commit 8abf0b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions drivers/video/msm/mddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion drivers/video/msm/mdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/video/msm/mdp_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8abf0b3

Please sign in to comment.