Loading drivers/video/fbmem.c +2 −0 Original line number Diff line number Diff line Loading @@ -1550,6 +1550,7 @@ int fb_get_options(char *name, char **option) return retval; } #ifndef MODULE /** * video_setup - process command line options * @options: string of options Loading Loading @@ -1593,6 +1594,7 @@ static int __init video_setup(char *options) return 0; } __setup("video=", video_setup); #endif /* * Visible symbols for modules Loading Loading
drivers/video/fbmem.c +2 −0 Original line number Diff line number Diff line Loading @@ -1550,6 +1550,7 @@ int fb_get_options(char *name, char **option) return retval; } #ifndef MODULE /** * video_setup - process command line options * @options: string of options Loading Loading @@ -1593,6 +1594,7 @@ static int __init video_setup(char *options) return 0; } __setup("video=", video_setup); #endif /* * Visible symbols for modules Loading