score: lost a semicolon in asm/irqflags.h

+1 -1
+1 -1
arch/score/include/asm/irqflags.h
··· 29 30 static inline unsigned long arch_local_irq_save(void) 31 { 32 - unsigned long flags 33 34 asm volatile( 35 " mfcr r8, cr0 \n"
··· 29 30 static inline unsigned long arch_local_irq_save(void) 31 { 32 + unsigned long flags; 33 34 asm volatile( 35 " mfcr r8, cr0 \n"