media: m2m1shot: fix ion header file
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 12 Feb 2018 05:25:35 +0000 (14:25 +0900)
committerSeungchul 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

index 4d9925c4d00801cf2315fdbf834f56ba5c46a21d..3b7f00cb7944d6af8c4227fc351e568b05e28f8e 100644 (file)
@@ -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>