drivers/video: fsl-diu-fb: simplify platforms that have only one port
authorTimur Tabi <timur@freescale.com>
Tue, 16 Oct 2012 22:33:43 +0000 (17:33 -0500)
committerTimur Tabi <timur@freescale.com>
Mon, 26 Nov 2012 19:41:19 +0000 (13:41 -0600)
Allow the platform code not to define a value for diu_ops.set_monitor_port.
This would be for platforms that only have one monitor port.
set_monitor_port() will never be called with an unsupported port anyway.

Signed-off-by: Timur Tabi <timur@freescale.com>

No differences found