drm/armada: remove non-component support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Jun 2015 20:46:53 +0000 (21:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 15 Sep 2015 15:26:49 +0000 (16:26 +0100)
commit0fb2970b4b6bfc26817a731b8bc29a9bf9177c20
tree433c6102e92c1099273f824ddd13d94a9ce5e92e
parent64291f7db5bd8150a74ad2036f1037e6a0428df2
drm/armada: remove non-component support

Now that the transition of TDA998x to the component helpers is complete,
remove the non-componentised support from the Armada DRM driver.  All
outputs are expected to use the component helpers from now on.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/Kconfig
drivers/gpu/drm/armada/Makefile
drivers/gpu/drm/armada/armada_crtc.c
drivers/gpu/drm/armada/armada_crtc.h
drivers/gpu/drm/armada/armada_drv.c
drivers/gpu/drm/armada/armada_output.c [deleted file]
drivers/gpu/drm/armada/armada_output.h [deleted file]
drivers/gpu/drm/armada/armada_slave.c [deleted file]
drivers/gpu/drm/armada/armada_slave.h [deleted file]