OMAP: DSS2: Remove unneeded cpu_is_xxx checks
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 2 Mar 2011 10:48:35 +0000 (12:48 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 Mar 2011 13:46:28 +0000 (15:46 +0200)
commit0a5835185420160f4fe8a6e1d1e42cd7efa07dc7
tree1fd804cc4cd5e0ef2f5d0c581774ffd3c02fac32
parent587b5e8269fab583e4e9d2d6bbdc77b289ac78a7
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>
drivers/video/omap2/dss/core.c