1
0
Fork 0

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

struct oops_cxt needlessly became global.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
hifive-unleashed-5.1
Adrian Bunk 2008-04-18 13:44:11 -07:00 committed by David Woodhouse
parent 41bdf96006
commit 7903cbabcb
1 changed files with 1 additions and 1 deletions

View File

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