aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/devfreq/exynos4_display.h
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /include/linux/devfreq/exynos4_display.h
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
Diffstat (limited to 'include/linux/devfreq/exynos4_display.h')
-rw-r--r--include/linux/devfreq/exynos4_display.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/linux/devfreq/exynos4_display.h b/include/linux/devfreq/exynos4_display.h
deleted file mode 100644
index 8a4b957..0000000
--- a/include/linux/devfreq/exynos4_display.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* include/linux/devfreq/exynos4_display.h
- *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd.
- * http://www.samsung.com/
- *
- * Chanwoo Choi <cw00.choi@samsung.com>
- * Myungjoo Ham <myungjoo.ham@samsung.com>
- * Kyungmin Park <kyungmin.park@samsung.com>
- *
- * EXYNOS4 - Dynamic LCD refresh rate support
- *
- * 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 __ASM_ARCH_EXYNOS4_DISPLAY_H
-#define __ASM_ARCH_EXYNOS4_DISPLAY_H __FILE__
-
-#define EXYNOS4_DISPLAY_LV_HF 60
-#define EXYNOS4_DISPLAY_LV_LF 40
-#define EXYNOS4_DISPLAY_LV_DEFAULT EXYNOS4_DISPLAY_LV_HF
-
-/* Register/unregister display client to exynos4_display */
-extern int exynos4_display_register_client(struct notifier_block *nb);
-extern int exynos4_display_unregister_client(struct notifier_block *nb);
-
-#endif /* __ASM_ARCH_EXYNOS4_DISPLAY_H */