[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:
Adrian Bunk
2007-07-29 16:58:12 +02:00
cometido por David Woodhouse
padre d9b0744d6c
commit 73ff007537

Ver fichero

@@ -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 { \