mirror of https://gitee.com/openkylin/linux.git
staging: sm7xxfb: remove unneeded __setup
as we start to use kernel boot parameters and fb_get_options() we donot need to use __setup() any more. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c65434eb26
commit
f0f37e658c
|
@ -141,7 +141,6 @@ static int __init sm7xx_vga_setup(char *options)
|
|||
|
||||
return -1;
|
||||
}
|
||||
__setup("vga=", sm7xx_vga_setup);
|
||||
|
||||
static void sm712_setpalette(int regno, unsigned red, unsigned green,
|
||||
unsigned blue, struct fb_info *info)
|
||||
|
|
Loading…
Reference in New Issue