[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>
Este commit está contenido en:

cometido por
David Woodhouse

padre
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 { \
|
||||
|
Referencia en una nueva incidencia
Block a user