You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Greg Kroah-Hartman
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)
|
||||
|
||||
Reference in New Issue
Block a user