提交 73ff0075 编写于 作者: A Adrian Bunk 提交者: David Woodhouse

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

This patch makes the needlessly global struct info static.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册