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

Commit 7903cbab authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse
Browse files

[MTD] mtdoops.c: make struct oops_cxt static again



struct oops_cxt needlessly became global.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 41bdf960
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@

#define OOPS_PAGE_SIZE 4096

struct mtdoops_context {
static struct mtdoops_context {
	int mtd_index;
	struct work_struct work_erase;
	struct work_struct work_write;