]> git.karo-electronics.de Git - karo-tx-linux.git/commit
viafb: remove ioctls which break the framebuffer interface
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Tue, 13 Jul 2010 19:19:17 +0000 (19:19 +0000)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Fri, 23 Jul 2010 14:43:05 +0000 (14:43 +0000)
commit45f85f4a01b6215a9d75008d0a999cb7795680a3
treefebcf71f4d50e3186657ce7f103e258f4b3bb75f
parent65123c68d16257e7d21b742e9d80df947c891a6d
viafb: remove ioctls which break the framebuffer interface

viafb: remove ioctls which break the framebuffer interface

The ioctls VIAFB_SET_DEVICE, VIAFB_SET_DEVICE_INFO and
VIAFB_SET_SECOND_MODE are removed because they prevent a clean
framebuffer driver because they modify the hardware and/or the
internal structures.
There are no known applications using these ioctls so no breakage is
expected. Additionaly the main functionality was duplicating the
framebuffer interface so there really should not exist any user.

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Joseph Chan <JosephChan@via.com.tw>
drivers/video/via/ioctl.h
drivers/video/via/viafbdev.c