From: Sachin Kamat Date: Thu, 27 Jun 2013 07:15:17 +0000 (+0530) Subject: video: i740fb: Make i740fb_init static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=464d8a54a0ca7827a2278e2122e5eb22462ae044;p=linux-beck.git video: i740fb: Make i740fb_init static i740fb_init is referenced only in this function. Make it static. Signed-off-by: Sachin Kamat Cc: Tomi Valkeinen Cc: Ondrej Zary Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/i740fb.c b/drivers/video/i740fb.c index cfd0c52e8f73..6c4838818950 100644 --- a/drivers/video/i740fb.c +++ b/drivers/video/i740fb.c @@ -1302,7 +1302,7 @@ static int __init i740fb_setup(char *options) } #endif -int __init i740fb_init(void) +static int __init i740fb_init(void) { #ifndef MODULE char *option = NULL;