diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-06-06 16:46:53 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-09-15 11:26:49 -0400 |
commit | 0fb2970b4b6bfc26817a731b8bc29a9bf9177c20 (patch) | |
tree | 433c6102e92c1099273f824ddd13d94a9ce5e92e /drivers/gpu/drm/armada/armada_crtc.c | |
parent | 64291f7db5bd8150a74ad2036f1037e6a0428df2 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/armada/armada_crtc.c')
-rw-r--r-- | drivers/gpu/drm/armada/armada_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/armada/armada_crtc.c b/drivers/gpu/drm/armada/armada_crtc.c index 01ffe9bffe38..c7374a3ec67a 100644 --- a/drivers/gpu/drm/armada/armada_crtc.c +++ b/drivers/gpu/drm/armada/armada_crtc.c | |||
@@ -1044,7 +1044,7 @@ static int armada_drm_crtc_create_properties(struct drm_device *dev) | |||
1044 | return 0; | 1044 | return 0; |
1045 | } | 1045 | } |
1046 | 1046 | ||
1047 | int armada_drm_crtc_create(struct drm_device *drm, struct device *dev, | 1047 | static int armada_drm_crtc_create(struct drm_device *drm, struct device *dev, |
1048 | struct resource *res, int irq, const struct armada_variant *variant, | 1048 | struct resource *res, int irq, const struct armada_variant *variant, |
1049 | struct device_node *port) | 1049 | struct device_node *port) |
1050 | { | 1050 | { |