mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 13:16:37 +07:00
[MIPS] rtlx: Fix build error.
CC arch/mips/kernel/rtlx.o cc1: warnings being treated as errors arch/mips/kernel/rtlx.c:59: warning: 'irq' defined but not used arch/mips/kernel/rtlx.c:60: warning: 'irq_num' defined but not used Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
e606c109c4
commit
4d24c8f955
@ -56,8 +56,6 @@ static struct chan_waitqueues {
|
|||||||
struct mutex mutex;
|
struct mutex mutex;
|
||||||
} channel_wqs[RTLX_CHANNELS];
|
} channel_wqs[RTLX_CHANNELS];
|
||||||
|
|
||||||
static struct irqaction irq;
|
|
||||||
static int irq_num;
|
|
||||||
static struct vpe_notifications notify;
|
static struct vpe_notifications notify;
|
||||||
static int sp_stopping = 0;
|
static int sp_stopping = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user