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:
Sudip Mukherjee 2015-03-08 23:10:10 +05:30 committed by Greg Kroah-Hartman
parent c65434eb26
commit f0f37e658c
1 changed files with 0 additions and 1 deletions

View File

@ -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)