drm/ast: Replace module-init boiler-plate code with DRM helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 22 Dec 2021 08:28:23 +0000 (09:28 +0100)
committerJavier Martinez Canillas <javierm@redhat.com>
Wed, 19 Jan 2022 17:39:55 +0000 (18:39 +0100)
commit8638b4d8ddc944ef3c1899cb774cb07de0b416f6
treef56fb9b17fe42d4dcc5561dcb95dd0de743173af
parent52506b099e1baa204b56b170f40f680ffcabb4c1
drm/ast: Replace module-init boiler-plate code with DRM helpers

Remove custom ast_init() and ast_exit() functions and initialize the
module with DRM module helpers.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211222082831.196562-3-javierm@redhat.com
drivers/gpu/drm/ast/ast_drv.c