From d82938dba2caf45e5a18f26b129956513fa8c6ec Mon Sep 17 00:00:00 2001 From: Chungwoo Park Date: Mon, 21 May 2018 15:21:20 +0900 Subject: [PATCH] [COMMON] devfreq: Add exynos devfreq depth header file. Change-Id: Iaeef0e315a093a0d4f40f1ba43cbf27b0e3a3707 Signed-off-by: Chungwoo Park --- include/soc/samsung/exynos-devfreq-dep.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/soc/samsung/exynos-devfreq-dep.h diff --git a/include/soc/samsung/exynos-devfreq-dep.h b/include/soc/samsung/exynos-devfreq-dep.h new file mode 100644 index 000000000000..f1e8e3ece8eb --- /dev/null +++ b/include/soc/samsung/exynos-devfreq-dep.h @@ -0,0 +1,14 @@ +/* linux/arch/arm64/mach-exynos/include/mach/exynos-devfreq-dep.h + * + * Copyright (c) 2015 Samsung Electronics Co., Ltd + * http://www.samsung.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation + */ + +#ifndef __EXYNOS_DEVFREQ_DEP_H_ +#define __EXYNOS_DEVFREQ_DEP_H_ + +#endif /* __EXYNOS_DEVFREQ_DEP_H_ */ -- 2.20.1