commit | 0a5835185420160f4fe8a6e1d1e42cd7efa07dc7 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Mar 02 12:48:35 2011 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Mar 11 15:46:28 2011 +0200 |
tree | 1fd804cc4cd5e0ef2f5d0c581774ffd3c02fac32 | |
parent | 587b5e8269fab583e4e9d2d6bbdc77b289ac78a7 [diff] |
OMAP: DSS2: Remove unneeded cpu_is_xxx checks cpu_is_omapxxx() was used previously to select the supported interfaces. Now that the interfaces are platform devices, we no longer need to do the check when registering the driver. Thus we can just remove the checks. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>