mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
@@ -1,2 +1 @@
|
||||
obj-$(CONFIG_IEP) += hw_iep_reg.o iep_drv.o
|
||||
obj-$(CONFIG_IEP_MMU) += iep_mmu.o
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user