Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {									\