summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/st7586.c
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2018-07-03 18:03:53 +0200
committerNoralf Trønnes <noralf@tronnes.org>2018-07-10 14:54:33 +0200
commitdff1c7032ffea20cca2ad3973ed4c69c8182683d (patch)
treedb28fbd4711c95da98e89da2df2c5ec78e2e4004 /drivers/gpu/drm/tinydrm/st7586.c
parent9060d7f49376159dcc500a97cb247ca8e4b98f48 (diff)
downloadlinux-dff1c7032ffea20cca2ad3973ed4c69c8182683d.tar.bz2
drm/tinydrm: Use drm_fbdev_generic_setup()
Make full use of the generic fbdev client. Cc: David Lechner <david@lechnology.com> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: David Lechner <david@lechnology.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180703160354.59955-8-noralf@tronnes.org
Diffstat (limited to 'drivers/gpu/drm/tinydrm/st7586.c')
-rw-r--r--drivers/gpu/drm/tinydrm/st7586.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tinydrm/st7586.c b/drivers/gpu/drm/tinydrm/st7586.c
index 5c29e3803ecb..2fcbc3067d71 100644
--- a/drivers/gpu/drm/tinydrm/st7586.c
+++ b/drivers/gpu/drm/tinydrm/st7586.c
@@ -304,7 +304,6 @@ static struct drm_driver st7586_driver = {
DRIVER_ATOMIC,
.fops = &st7586_fops,
TINYDRM_GEM_DRIVER_OPS,
- .lastclose = drm_fb_helper_lastclose,
.debugfs_init = mipi_dbi_debugfs_init,
.name = "st7586",
.desc = "Sitronix ST7586",