[PATCH] s3c2410fb: Minor warning fix

The function s3c2410fb_activate_var does not return
a value, therefore it should be declared void.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Ben Dooks and committed by Linus Torvalds fe984bba 375726d7

+2 -2
+2 -2
drivers/video/s3c2410fb.c
··· 228 228 * information 229 229 */ 230 230 231 - static int s3c2410fb_activate_var(struct s3c2410fb_info *fbi, 232 - struct fb_var_screeninfo *var) 231 + static void s3c2410fb_activate_var(struct s3c2410fb_info *fbi, 232 + struct fb_var_screeninfo *var) 233 233 { 234 234 fbi->regs.lcdcon1 &= ~S3C2410_LCDCON1_MODEMASK; 235 235