]> git.baikalelectronics.ru Git - kernel.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)
commit02ab75dc112a5795a2bcb5534b933e12b0d2047b
treefebcf71f4d50e3186657ce7f103e258f4b3bb75f
parent09ae75fb8b415bc50699e7c5cf5dcdb8291b6d1d
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