video: msm: Remove useless mach/* includes
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>
This commit is contained in:
committed by
Florian Tobias Schandinat
parent
baaa15ff80
commit
8abf0b31e1
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user