dect
/
linux-2.6
Archived
13
0
Fork 0

[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:
Adrian Bunk 2007-07-29 16:58:12 +02:00 committed by David Woodhouse
parent d9b0744d6c
commit 73ff007537
1 changed files with 1 additions and 1 deletions

View File

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