drm/simpledrm: Remove pdev field from device structure
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 1 Aug 2022 13:50:26 +0000 (15:50 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 5 Aug 2022 12:14:03 +0000 (14:14 +0200)
commit802fd5750faca181cade177642e0e5233ff25f85
tree8e008fbe207996c9b3f7e7ea6b3c6d63d60e912f
parentc25b69604fc4455228329c6c522a87974246e40f
drm/simpledrm: Remove pdev field from device structure

Replace the remaining uses of the field pdev by upcasts from the Linux
device and remove the field.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220801135028.30647-4-tzimmermann@suse.de
drivers/gpu/drm/tiny/simpledrm.c