Skip to content

Commit

Permalink
powerpc/prom_init: Make of_workarounds static
Browse files Browse the repository at this point in the history
It's not used anywhere else.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Benjamin Herrenschmidt authored and Michael Ellerman committed Oct 14, 2018
1 parent 1b2443a commit 3bad719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#define OF_WORKAROUNDS 0
#else
#define OF_WORKAROUNDS of_workarounds
int of_workarounds;
static int of_workarounds;
#endif

#define OF_WA_CLAIM 1 /* do phys/virt claim separately, then map */
Expand Down

0 comments on commit 3bad719

Please sign in to comment.