media: mfc: include linux header
authorJeonghee Kim <jhhhh.kim@samsung.com>
Fri, 19 Jan 2018 01:57:09 +0000 (10:57 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:20 +0000 (20:22 +0300)
Change-Id: I4c9420ad132f4c2ac8742c95854cadc75299cebf
Signed-off-by: Jeonghee Kim <jhhhh.kim@samsung.com>
drivers/media/platform/exynos/mfc/s5p_mfc_cal.h
drivers/media/platform/exynos/mfc/s5p_mfc_common.h
drivers/media/platform/exynos/mfc/s5p_mfc_reg.h
drivers/media/platform/exynos/mfc/s5p_mfc_utils.h

index 6413fcd5066465d4a4c0debb291c4e0cf0e31177..e8cdc7590cf33bd8ac5ad9188acc11106a78affd 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef __S5P_MFC_CAL_H
 #define __S5P_MFC_CAL_H __FILE__
 
-#include <linux/io.h>
-
 #include "s5p_mfc_reg.h"
 
 #include "s5p_mfc_common.h"
index b70a86cd0c23d09617d97996e8a87a13c83bdeed..218fc9c6a8f6270f9f5f9dce7d5a2d9e701d9116 100644 (file)
@@ -14,6 +14,9 @@
 #define __S5P_MFC_COMMON_H __FILE__
 
 #include <linux/exynos_iovmm.h>
+#include <linux/io.h>
+#include <linux/slab.h>
+#include <linux/sched/clock.h>
 
 #include "s5p_mfc_regs_v10.h"
 #include "s5p_mfc_macros.h"
index 592bf99bfa5ce0379102dc872fd53e08302c8473..f8b18c0cd62cbe94dfe0900e821ba697ea9a5198 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef __S5P_MFC_REG_H
 #define __S5P_MFC_REG_H __FILE__
 
-#include <linux/io.h>
-
 #include "s5p_mfc_common.h"
 
 #include "s5p_mfc_utils.h"
index cebcb2d66d8216c2d989e9bdfe3dd203910bc09e..27c9166b42589a869b5706327c3a6f483adfac7c 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef __S5P_MFC_UTILS_H
 #define __S5P_MFC_UTILS_H __FILE__
 
-#include <linux/time.h>
-
 #include "s5p_mfc_common.h"
 
 static inline void s5p_mfc_clean_dev_int_flags(struct s5p_mfc_dev *dev)