mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
staging: wilc1000: remove PANDA_BOARD
This patch removes one of the platform dependencies, PANDA_BOARD from the driver codes. The device tree will provide the platform dependencies in the future commits. Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
efc0cfa134
commit
2b4738c0b4
@@ -435,10 +435,6 @@ static int init_irq(linux_wlan_t *p_nic)
|
||||
*
|
||||
* ex) nic->dev_irq_num = gpio_to_irq(GPIO_NUM);
|
||||
*/
|
||||
#elif defined(PANDA_BOARD)
|
||||
gpio_export(GPIO_NUM, 1);
|
||||
nic->dev_irq_num = OMAP_GPIO_IRQ(GPIO_NUM);
|
||||
irq_set_irq_type(nic->dev_irq_num, IRQ_TYPE_LEVEL_LOW);
|
||||
#else
|
||||
nic->dev_irq_num = gpio_to_irq(GPIO_NUM);
|
||||
#endif
|
||||
|
||||
@@ -145,9 +145,6 @@ extern atomic_t DEBUG_LEVEL;
|
||||
#define MODALIAS "wilc_spi3"
|
||||
#define GPIO_NUM 133
|
||||
#endif
|
||||
#elif defined(PANDA_BOARD)
|
||||
#define MODALIAS "WILC_SPI"
|
||||
#define GPIO_NUM 139
|
||||
#elif defined(PLAT_WMS8304) /* rachel */
|
||||
#define MODALIAS "wilc_spi"
|
||||
#define GPIO_NUM 139
|
||||
|
||||
@@ -80,11 +80,7 @@ struct WILC_WFI_stats {
|
||||
* LPC3131 which is important to get the MAC start status when you are blocked
|
||||
* inside linux_wlan_firmware_download() which blocks mac_open().
|
||||
*/
|
||||
#if defined(PANDA_BOARD)
|
||||
#define RX_BH_TYPE RX_BH_THREADED_IRQ
|
||||
#else
|
||||
#define RX_BH_TYPE RX_BH_KTHREAD
|
||||
#endif
|
||||
|
||||
struct wilc_wfi_key {
|
||||
u8 *key;
|
||||
|
||||
Reference in New Issue
Block a user