mtip32xx: restrict variables visible in current code module
authorZhu Yanjun <zyjzyj2000@gmail.com>
Tue, 5 Jan 2016 10:39:04 +0000 (18:39 +0800)
committerJens Axboe <axboe@fb.com>
Fri, 8 Jan 2016 18:47:53 +0000 (11:47 -0700)
The modified variables are only used in the file mtip32xx.c.
As such, the static keyword is inserted to define that object
to be only visible to the current code module during compilation.

Signed-off-by: Zhu Yanjun <zyjzyj2000@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/mtip32xx/mtip32xx.c

index 3457ac8c03e2f3cfe10c8a2ccc26f9a706039831..2641a98f2246c2e06a629f7e9e8eb4814076ff8c 100644 (file)
 /* Device instance number, incremented each time a device is probed. */
 static int instance;
 
-struct list_head online_list;
-struct list_head removing_list;
-spinlock_t dev_lock;
+static struct list_head online_list;
+static struct list_head removing_list;
+static spinlock_t dev_lock;
 
 /*
  * Global variable used to hold the major block device number