commit | d66c36a3ee79747e300ac68276ca1496b567df68 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Tue Dec 05 14:29:32 2017 -0600 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Dec 19 11:21:32 2017 +0200 |
tree | 72fe5e2202fbbaab0f6e0636d3aaa77e31a3375e | |
parent | bb5cdf8d1c76ea821af0ffa486337386a0ab66e7 [diff] |
drm: omapdrm: Simplify platform registration Currently, calls into each file are used to register the various platform drivers. Change this to a table of pointers to platform_driver structs to allow using platform_register_drivers. Signed-off-by: Andrew F. Davis <afd@ti.com>