[PATCH] fbdev: video_setup() warning fix

drivers/video/fbmem.c:1567: warning: 'video_setup' defined but not used

Acked-by: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds bc6d7fdf bc7fc060

+2
+2
drivers/video/fbmem.c
··· 1550 return retval; 1551 } 1552 1553 /** 1554 * video_setup - process command line options 1555 * @options: string of options ··· 1594 return 0; 1595 } 1596 __setup("video=", video_setup); 1597 1598 /* 1599 * Visible symbols for modules
··· 1550 return retval; 1551 } 1552 1553 + #ifndef MODULE 1554 /** 1555 * video_setup - process command line options 1556 * @options: string of options ··· 1593 return 0; 1594 } 1595 __setup("video=", video_setup); 1596 + #endif 1597 1598 /* 1599 * Visible symbols for modules