]> git.baikalelectronics.ru Git - kernel.git/commit
staging: xgifb: delete "off" option handling
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 29 Aug 2011 20:14:20 +0000 (23:14 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 18:41:20 +0000 (11:41 -0700)
commit27d994195a1199936d88c5e5dcc8fa038003f554
tree4b815ea03b369c85c4298fbfca0c56b89acaff9a
parent19020f828f85622d66f211b92742d95fcd9a308c
staging: xgifb: delete "off" option handling

It's possible to disable the built-in xgifb driver with the kernel
command line option:

video=xgifb:off

This is already handled by the generic framebuffer layer (fb_get_options()
will return TRUE resulting in init failure), so no need to process the
option in the driver.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/XGI_main.h
drivers/staging/xgifb/XGI_main_26.c