]> Git Repo - linux.git/commit
fbdev: omapfb: remove unused variable
authorArnd Bergmann <[email protected]>
Mon, 31 Jul 2017 16:45:41 +0000 (18:45 +0200)
committerBartlomiej Zolnierkiewicz <[email protected]>
Mon, 31 Jul 2017 16:45:41 +0000 (18:45 +0200)
commit7b4dfbe7880cf2092db3c94c6a34ae6ffa8aa344
treebdde710141ad4a363467941ae83fbb3b0dbf6abd
parent5ae29649e03f58be0f412c21b62b203aa7cf1680
fbdev: omapfb: remove unused variable

Removing the default display name left a harmless warning:

fbdev/omap2/omapfb/dss/core.c: In function 'omap_dss_probe':
fbdev/omap2/omapfb/dss/core.c:196:30: error: unused variable 'pdata' [-Werror=unused-variable]

This removes the now-unused variable as well.

Fixes: 278cba7eaf54 ("drm: omapdrm: Remove unused default display name support")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
drivers/video/fbdev/omap2/omapfb/dss/core.c
This page took 0.057401 seconds and 4 git commands to generate.