|
@@ -19,7 +19,6 @@ struct display_timings;
|
|
|
int of_get_display_timing(const struct device_node *np, const char *name,
|
|
|
struct display_timing *dt);
|
|
|
struct display_timings *of_get_display_timings(const struct device_node *np);
|
|
|
-int of_display_timings_exist(const struct device_node *np);
|
|
|
#else
|
|
|
static inline int of_get_display_timing(const struct device_node *np,
|
|
|
const char *name, struct display_timing *dt)
|
|
@@ -31,10 +30,6 @@ of_get_display_timings(const struct device_node *np)
|
|
|
{
|
|
|
return NULL;
|
|
|
}
|
|
|
-static inline int of_display_timings_exist(const struct device_node *np)
|
|
|
-{
|
|
|
- return -ENOSYS;
|
|
|
-}
|
|
|
#endif
|
|
|
|
|
|
#endif
|