mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
[MTD] [ONENAND] onenand_sim.c: make struct info static
This patch makes the needlessly global struct info static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
d9b0744d6c
commit
73ff007537
@ -78,7 +78,7 @@ struct onenand_info {
|
||||
struct onenand_flash flash;
|
||||
};
|
||||
|
||||
struct onenand_info *info;
|
||||
static struct onenand_info *info;
|
||||
|
||||
#define DPRINTK(format, args...) \
|
||||
do { \
|
||||
|
Loading…
Reference in New Issue
Block a user