drm/gma500: remove unnecessary stub for fb_ioctl()
authorStefan Christ <s.christ@phytec.de>
Wed, 27 Jul 2016 12:24:30 +0000 (14:24 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Jul 2016 08:04:03 +0000 (10:04 +0200)
commit8d762017f482386cd73e77bb250e0a9dd1fe5a25
tree7600bb72100e9aea43e82d7889eca9a9d6339cf8
parent305964b7a0437e3feea7a29971da18dd92408129
drm/gma500: remove unnecessary stub for fb_ioctl()

Stub implementation of fb_ioctl can be omitted, because function
do_fb_ioctl already returns -ENOTTY when fb_ioctl is not assigned.

Signed-off-by: Stefan Christ <s.christ@phytec.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1469622270-10803-1-git-send-email-s.christ@phytec.de
drivers/gpu/drm/gma500/framebuffer.c
This page took 0.028367 seconds and 5 git commands to generate.