diff options
| -rw-r--r-- | drivers/video/fbmem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c index d2dede6ed3e5..996c7b58564e 100644 --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c | |||
| @@ -1550,6 +1550,7 @@ int fb_get_options(char *name, char **option) | |||
| 1550 | return retval; | 1550 | return retval; |
| 1551 | } | 1551 | } |
| 1552 | 1552 | ||
| 1553 | #ifndef MODULE | ||
| 1553 | /** | 1554 | /** |
| 1554 | * video_setup - process command line options | 1555 | * video_setup - process command line options |
| 1555 | * @options: string of options | 1556 | * @options: string of options |
| @@ -1593,6 +1594,7 @@ static int __init video_setup(char *options) | |||
| 1593 | return 0; | 1594 | return 0; |
| 1594 | } | 1595 | } |
| 1595 | __setup("video=", video_setup); | 1596 | __setup("video=", video_setup); |
| 1597 | #endif | ||
| 1596 | 1598 | ||
| 1597 | /* | 1599 | /* |
| 1598 | * Visible symbols for modules | 1600 | * Visible symbols for modules |
