mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Remove unused WL_IRQS macro.
This commit is contained in:
parent
a49b21371a
commit
d3b3af7599
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129127
@ -365,8 +365,6 @@ static void wl_cache_zero(struct wl_softc *sc);
|
||||
static int irqvals[16] = {
|
||||
0, 0, 0, 0x01, 0x02, 0x04, 0, 0x08, 0, 0, 0x10, 0x20, 0x40, 0, 0, 0x80
|
||||
};
|
||||
/* mask of valid IRQs */
|
||||
#define WL_IRQS (IRQ3|IRQ4|IRQ5|IRQ7|IRQ10|IRQ11|IRQ12|IRQ15)
|
||||
|
||||
/*
|
||||
* wlprobe:
|
||||
|
Loading…
Reference in New Issue
Block a user