Skip to content

Commit

Permalink
msm: vidc: 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: I521a079686780c117ccc9d91f27b9c59aaeafa04
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Signed-off-by: Neha Pandey <nehap@codeaurora.org>
  • Loading branch information
Mitchel Humpherys authored and chil360 committed Sep 30, 2014
1 parent ddfa122 commit 363a93b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/video/msm/vidc/1080p/ddl/vcd_ddl_helper.c
Expand Up @@ -10,7 +10,7 @@
* GNU General Public License for more details.
*
*/
#include <linux/ion.h>
#include <linux/msm_ion.h>
#include <mach/msm_memtypes.h>
#include "vcd_ddl.h"
#include "vcd_ddl_shared_mem.h"
Expand Down
Expand Up @@ -14,7 +14,7 @@
#define _VIDEO_720P_RESOURCE_TRACKER_H_

#include <linux/regulator/consumer.h>
#include <linux/ion.h>
#include <linux/msm_ion.h>
#include "vcd_res_tracker_api.h"
#ifdef CONFIG_MSM_BUS_SCALING
#include <mach/msm_bus.h>
Expand Down
Expand Up @@ -13,7 +13,7 @@
#ifndef _VIDEO_720P_RESOURCE_TRACKER_H_
#define _VIDEO_720P_RESOURCE_TRACKER_H_
#include <mach/board.h>
#include <linux/ion.h>
#include <linux/msm_ion.h>
#include "vcd_res_tracker_api.h"

#define VCD_RESTRK_MIN_PERF_LEVEL 37900
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/msm/vidc/common/vcd/vcd_core.h
Expand Up @@ -13,7 +13,7 @@
#ifndef _VCD_CORE_H_
#define _VCD_CORE_H_

#include <linux/ion.h>
#include <linux/msm_ion.h>
#include <media/msm/vcd_api.h>
#include "vcd_ddl_api.h"

Expand Down
2 changes: 1 addition & 1 deletion include/media/msm/vidc_init.h
Expand Up @@ -13,7 +13,7 @@

#ifndef VIDC_INIT_H
#define VIDC_INIT_H
#include <linux/ion.h>
#include <linux/msm_ion.h>
#include <media/msm/vidc_type.h>
#include <media/msm/vcd_property.h>

Expand Down

0 comments on commit 363a93b

Please sign in to comment.