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

[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
......@@ -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;
......
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