Skip to content

Commit

Permalink
msm: display: include msm-specific ion header
Browse files Browse the repository at this point in the history
All msm_ion clients need to use <linux/msm_ion.h> instead of
<linux/ion.h>

Change-Id: I7b5390d7cb9cb5b03227b77def248c48b7bc7fa2
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
  • Loading branch information
Mitchel Humpherys authored and chil360 committed Sep 30, 2014
1 parent 363a93b commit b60173d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/char/msm_rotator.c
Expand Up @@ -28,7 +28,7 @@
#include <linux/file.h>
#include <linux/major.h>
#include <linux/regulator/consumer.h>
#include <linux/ion.h>
#include <linux/msm_ion.h>
#ifdef CONFIG_MSM_BUS_SCALING
#include <mach/msm_bus.h>
#include <mach/msm_bus_board.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/msm/mdp.h
Expand Up @@ -24,7 +24,7 @@
#include <linux/msm_mdp.h>
#include <linux/memory_alloc.h>
#include <mach/hardware.h>
#include <linux/ion.h>
#include <linux/msm_ion.h>

#ifdef CONFIG_MSM_BUS_SCALING
#include <mach/msm_bus.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/msm/mdss/mdss_fb.h
Expand Up @@ -14,7 +14,7 @@
#ifndef MDSS_FB_H
#define MDSS_FB_H

#include <linux/ion.h>
#include <linux/msm_ion.h>
#include <linux/list.h>
#include <linux/msm_mdp.h>
#include <linux/types.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/msm/mdss/mdss_mdp_util.c
Expand Up @@ -16,7 +16,7 @@
#include <linux/dma-mapping.h>
#include <linux/errno.h>
#include <linux/file.h>
#include <linux/ion.h>
#include <linux/msm_ion.h>
#include <linux/msm_kgsl.h>
#include <linux/spinlock.h>
#include <linux/types.h>
Expand Down

0 comments on commit b60173d

Please sign in to comment.