Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video/fbdev/68328fb: Remove dead code

This is dead code since 3.15. If their is no plan to
use it further, these can be removed forever.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Cc: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1567428544-8620-1-git-send-email-jrdr.linux@gmail.com

authored by

Souptick Joarder and committed by
Bartlomiej Zolnierkiewicz
eaa051a0 3c911fe7

-12
-12
drivers/video/fbdev/68328fb.c
··· 405 405 406 406 int __init mc68x328fb_setup(char *options) 407 407 { 408 - #if 0 409 - char *this_opt; 410 - #endif 411 - 412 408 if (!options || !*options) 413 409 return 1; 414 - #if 0 415 - while ((this_opt = strsep(&options, ",")) != NULL) { 416 - if (!*this_opt) 417 - continue; 418 - if (!strncmp(this_opt, "disable", 7)) 419 - mc68x328fb_enable = 0; 420 - } 421 - #endif 422 410 return 1; 423 411 } 424 412