video: rockchip: iep: iep code modify

fix iep code compile fail in kernel-4.4

Change-Id: Iba105baecff5fe474cd0d9c02dc9b7970e9c9990
Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
sayon.chen
2016-03-09 09:02:45 +08:00
committed by Huang, Tao
parent e7438c1518
commit 23e9578703
3 changed files with 4 additions and 5 deletions

View File

@@ -1,2 +1 @@
obj-$(CONFIG_IEP) += hw_iep_reg.o iep_drv.o
obj-$(CONFIG_IEP_MMU) += iep_mmu.o

View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2013 ROCKCHIP, Inc.
*
* This software is licensed under the terms of the GNU General Public
@@ -9,7 +9,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
*/
#include <linux/clk.h>
@@ -203,7 +203,7 @@ static void iep_del_running_list_timeout(void)
static inline void iep_queue_power_off_work(void)
{
queue_delayed_work(system_nrt_wq, &iep_drvdata1->power_off_work, IEP_POWER_OFF_DELAY);
queue_delayed_work(system_wq, &iep_drvdata1->power_off_work, IEP_POWER_OFF_DELAY);
}
static void iep_power_on(void)

View File

@@ -5,7 +5,7 @@
#include <linux/miscdevice.h>
#include <linux/mutex.h>
#if defined(CONFIG_ROCKCHIP_IOMMU) && defined(CONFIG_ION_ROCKCHIP)
#if defined(CONFIG_RK_IOMMU) && defined(CONFIG_ION_ROCKCHIP)
#define CONFIG_IEP_IOMMU
#endif