aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/devfreq/exynos4_display.h
diff options
context:
space:
mode:
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 */