Commit b1bef138 authored by Helge Deller's avatar Helge Deller

parisc: irq: Make irq_stack_union static to avoid sparse warning

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent b137b9d6
......@@ -365,7 +365,7 @@ union irq_stack_union {
volatile unsigned int lock[1];
};
DEFINE_PER_CPU(union irq_stack_union, irq_stack_union) = {
static DEFINE_PER_CPU(union irq_stack_union, irq_stack_union) = {
.slock = { 1,1,1,1 },
};
#endif
......
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