projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf3fe7
)
media: m2m1shot: fix ion header file
author
Cho KyongHo
<pullip.cho@samsung.com>
Mon, 12 Feb 2018 05:25:35 +0000
(14:25 +0900)
committer
Seungchul Kim
<sc377.kim@samsung.com>
Mon, 28 May 2018 05:28:14 +0000
(14:28 +0900)
ION is dramatically changed in 4.14 kernel including header file name.
Change-Id: Ie224ea1718b55000696b081e22643e4ca19ecc46
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/media/m2m1shot-helper.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/m2m1shot-helper.c
b/drivers/media/m2m1shot-helper.c
index 4d9925c4d00801cf2315fdbf834f56ba5c46a21d..3b7f00cb7944d6af8c4227fc351e568b05e28f8e 100644
(file)
--- a/
drivers/media/m2m1shot-helper.c
+++ b/
drivers/media/m2m1shot-helper.c
@@
-22,7
+22,7
@@
*/
#include <linux/kernel.h>
#include <linux/exynos_iovmm.h>
-#include <linux/
exynos_ion
.h>
+#include <linux/
ion_exynos
.h>
#include <media/m2m1shot-helper.h>