aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-10-10 12:18:44 +0200
committerArnd Bergmann <arnd@arndb.de>2014-10-13 13:26:52 +0200
commitb1349bc308144cf698606a15b2da094947138611 (patch)
treee0164cfeeef89f8bc5bf28876fb70790df28c4a0
parent8e6ebb2e2fc8c7641bdfbf790cd653c5c2823734 (diff)
downloadplayground-randconfig-3.17.tar.gz
Revert "videomode: provide dummy of_get_display_timing helper"randconfig-3.17
This reverts commit 8674a06a56c0628a9250277a6f69733a4760882e.
-rw-r--r--include/video/of_display_timing.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/video/of_display_timing.h b/include/video/of_display_timing.h
index 4c6c1099fd3a54..ea755b5616d805 100644
--- a/include/video/of_display_timing.h
+++ b/include/video/of_display_timing.h
@@ -18,14 +18,6 @@ struct display_timings;
#ifdef CONFIG_OF
int of_get_display_timing(struct device_node *np, const char *name,
struct display_timing *dt);
-#else
-static inline int of_get_display_timing(struct device_node *np, const char *name,
- struct display_timing *dt)
-{
- return -ENOSYS;
-}
-
-#endif
struct display_timings *of_get_display_timings(struct device_node *np);
int of_display_timings_exist(struct device_node *np);
#else