]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
blockconsole: Mark a local work struct static
authorTakashi Iwai <tiwai@suse.de>
Fri, 1 Mar 2013 17:17:48 +0000 (18:17 +0100)
committerJoern Engel <joern@logfs.org>
Wed, 6 Mar 2013 20:53:01 +0000 (12:53 -0800)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
drivers/block/blockconsole.c

index 40cc96e3e4c2fa3509e6f04e2aa08cdd2eec19e4..01ddbc6fa6b6fa4ae001300412429c84cd40831f 100644 (file)
@@ -564,7 +564,7 @@ static void bcon_do_add(struct work_struct *work)
        }
 }
 
-DECLARE_WORK(bcon_add_work, bcon_do_add);
+static DECLARE_WORK(bcon_add_work, bcon_do_add);
 
 void bcon_add(const char *name)
 {