commit | be5d7319543477eb279c184e22b380ba5616b079 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 17 13:31:14 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 20:19:03 2016 +0300 |
tree | 3bd58b0cc11289e9c13fa78de5427bfe8623754a | |
parent | 50c0164a6eb2e788a29dd391510e2349dad076dd [diff] |
drm/omap: copy enum omap_dss_clk_source At the moment 'enum omap_dss_clk_source' is in omapdss.h, shared by omapdrm and omapfb. We're about to improve the omapdrm clock code, so we need to make a separate copy of the enum for each driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>