mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
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
This commit is contained in:
parent
3c911fe799
commit
eaa051a0ca
1 changed files with 0 additions and 12 deletions
|
@ -405,20 +405,8 @@ static int mc68x328fb_mmap(struct fb_info *info, struct vm_area_struct *vma)
|
||||||
|
|
||||||
int __init mc68x328fb_setup(char *options)
|
int __init mc68x328fb_setup(char *options)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
char *this_opt;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!options || !*options)
|
if (!options || !*options)
|
||||||
return 1;
|
return 1;
|
||||||
#if 0
|
|
||||||
while ((this_opt = strsep(&options, ",")) != NULL) {
|
|
||||||
if (!*this_opt)
|
|
||||||
continue;
|
|
||||||
if (!strncmp(this_opt, "disable", 7))
|
|
||||||
mc68x328fb_enable = 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue