diff options
| author | Sudip Mukherjee <[email protected]> | 2015-03-08 23:10:10 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-03-20 13:56:03 +0100 |
| commit | f0f37e658cd8fcedea81aa1bd742f27cd1f707ec (patch) | |
| tree | c7c508c121c9040295cdad4126fbb89fde418d05 | |
| parent | c65434eb265393ea1741953621559c61bba56062 (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/sm7xxfb/sm7xxfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging/sm7xxfb/sm7xxfb.c index 17b3917ccde0..e93563fc2623 100644 --- a/drivers/staging/sm7xxfb/sm7xxfb.c +++ b/drivers/staging/sm7xxfb/sm7xxfb.c @@ -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) |