Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5510730d authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: removes unused dead codes



This patch removes unused dead codes that define custom feature.

Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 340a84ff
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -691,14 +691,6 @@ void wilc1000_wlan_deinit(struct net_device *dev)

		wilc_wlan_stop(wl);
		wilc_wlan_cleanup(dev);
#if defined(PLAT_ALLWINNER_A20) || defined(PLAT_ALLWINNER_A23) || defined(PLAT_ALLWINNER_A31)
		if (!wl->dev_irq_num &&
		    wl->hif_func->disable_interrupt) {
			mutex_lock(&wl->hif_cs);
			wl->hif_func->disable_interrupt(wl);
			mutex_unlock(&wl->hif_cs);
		}
#endif
		wlan_deinit_locks(dev);

		wl->initialized = false;