Commit 73ff0075 authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse

[MTD] [ONENAND] onenand_sim.c: make struct info static

This patch makes the needlessly global struct info static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent d9b0744d
......@@ -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 { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment