From: Jeonghee Kim Date: Fri, 19 Jan 2018 01:57:09 +0000 (+0900) Subject: media: mfc: include linux header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fa34fbccc945d4f3ed1c5b47ab65698aec04e034;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git media: mfc: include linux header Change-Id: I4c9420ad132f4c2ac8742c95854cadc75299cebf Signed-off-by: Jeonghee Kim --- diff --git a/drivers/media/platform/exynos/mfc/s5p_mfc_cal.h b/drivers/media/platform/exynos/mfc/s5p_mfc_cal.h index 6413fcd50664..e8cdc7590cf3 100644 --- a/drivers/media/platform/exynos/mfc/s5p_mfc_cal.h +++ b/drivers/media/platform/exynos/mfc/s5p_mfc_cal.h @@ -13,8 +13,6 @@ #ifndef __S5P_MFC_CAL_H #define __S5P_MFC_CAL_H __FILE__ -#include - #include "s5p_mfc_reg.h" #include "s5p_mfc_common.h" diff --git a/drivers/media/platform/exynos/mfc/s5p_mfc_common.h b/drivers/media/platform/exynos/mfc/s5p_mfc_common.h index b70a86cd0c23..218fc9c6a8f6 100644 --- a/drivers/media/platform/exynos/mfc/s5p_mfc_common.h +++ b/drivers/media/platform/exynos/mfc/s5p_mfc_common.h @@ -14,6 +14,9 @@ #define __S5P_MFC_COMMON_H __FILE__ #include +#include +#include +#include #include "s5p_mfc_regs_v10.h" #include "s5p_mfc_macros.h" diff --git a/drivers/media/platform/exynos/mfc/s5p_mfc_reg.h b/drivers/media/platform/exynos/mfc/s5p_mfc_reg.h index 592bf99bfa5c..f8b18c0cd62c 100644 --- a/drivers/media/platform/exynos/mfc/s5p_mfc_reg.h +++ b/drivers/media/platform/exynos/mfc/s5p_mfc_reg.h @@ -13,8 +13,6 @@ #ifndef __S5P_MFC_REG_H #define __S5P_MFC_REG_H __FILE__ -#include - #include "s5p_mfc_common.h" #include "s5p_mfc_utils.h" diff --git a/drivers/media/platform/exynos/mfc/s5p_mfc_utils.h b/drivers/media/platform/exynos/mfc/s5p_mfc_utils.h index cebcb2d66d82..27c9166b4258 100644 --- a/drivers/media/platform/exynos/mfc/s5p_mfc_utils.h +++ b/drivers/media/platform/exynos/mfc/s5p_mfc_utils.h @@ -13,8 +13,6 @@ #ifndef __S5P_MFC_UTILS_H #define __S5P_MFC_UTILS_H __FILE__ -#include - #include "s5p_mfc_common.h" static inline void s5p_mfc_clean_dev_int_flags(struct s5p_mfc_dev *dev)