Commit 2b4738c0 authored by Tony Cho's avatar Tony Cho Committed by Greg Kroah-Hartman
Browse files

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: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent efc0cfa1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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;