mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 01:57:59 +00:00
staging: wilc1000: removes unused define
This patch removes unused define. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fa63394152
commit
7632d9b1a0
@ -30,8 +30,6 @@ static struct notifier_block g_dev_notifier = {
|
|||||||
.notifier_call = dev_state_ev_handler
|
.notifier_call = dev_state_ev_handler
|
||||||
};
|
};
|
||||||
|
|
||||||
#define IRQ_WAIT 1
|
|
||||||
#define IRQ_NO_WAIT 0
|
|
||||||
static struct semaphore close_exit_sync;
|
static struct semaphore close_exit_sync;
|
||||||
|
|
||||||
static int wlan_deinit_locks(struct net_device *dev);
|
static int wlan_deinit_locks(struct net_device *dev);
|
||||||
|
@ -23,15 +23,6 @@
|
|||||||
#define HIF_SPI BIT(0)
|
#define HIF_SPI BIT(0)
|
||||||
#define HIF_SDIO_GPIO_IRQ BIT(2)
|
#define HIF_SDIO_GPIO_IRQ BIT(2)
|
||||||
|
|
||||||
/********************************************
|
|
||||||
*
|
|
||||||
* Tx/Rx Buffer Size Defines
|
|
||||||
*
|
|
||||||
********************************************/
|
|
||||||
|
|
||||||
#define CE_TX_BUFFER_SIZE (64 * 1024)
|
|
||||||
#define CE_RX_BUFFER_SIZE (384 * 1024)
|
|
||||||
|
|
||||||
/********************************************
|
/********************************************
|
||||||
*
|
*
|
||||||
* Wlan Interface Defines
|
* Wlan Interface Defines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user