diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-02-11 09:10:00 (GMT) |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-02-11 10:48:39 (GMT) |
commit | 382ab95d1af85381d8a5dff09b16a80c7e492534 (patch) | |
tree | dc7b06db2ddf847f977cae3b18164bf5ef27fbb9 /include/drm/drm_fb_helper.h | |
parent | 6feea0ebbdca2fe1b7e94ec66aca3aa7279af59f (diff) | |
download | linux-382ab95d1af85381d8a5dff09b16a80c7e492534.tar.xz |
drm/msm: remove unused variable
After the drm_device_is_unplugged() was removed, the 'dev' variable is now
unused, and we get a warning for that:
drivers/gpu/drm/msm/msm_fbdev.c: In function 'msm_fbdev_mmap':
drivers/gpu/drm/msm/msm_fbdev.c:65:21: error: unused variable 'dev' [-Werror=unused-variable]
This removes the variable as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: e9f8250f2f92 ("drm/msm: remove the drm_device_is_unplugged check")
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1455181810-3910161-1-git-send-email-arnd@arndb.de
Diffstat (limited to 'include/drm/drm_fb_helper.h')
0 files changed, 0 insertions, 0 deletions