Commit 7903cbabcb90a7d485e67062400481c321090a4f

Authored by Adrian Bunk
Committed by David Woodhouse
1 parent 41bdf96006

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/mtd/mtdoops.c
... ... @@ -35,7 +35,7 @@
35 35  
36 36 #define OOPS_PAGE_SIZE 4096
37 37  
38   -struct mtdoops_context {
  38 +static struct mtdoops_context {
39 39 int mtd_index;
40 40 struct work_struct work_erase;
41 41 struct work_struct work_write;