* [2.6 patch] prism54: small prismcompat cleanup
@ 2004-10-30 5:38 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-10-30 5:38 UTC (permalink / raw)
To: Margit Schubert-While; +Cc: prism54-private, netdev, jgarzik, linux-net
- the FW_LOADER is already guaranteed through the Kconfig file
- prism54_synchronize_irq is also #define'd to synchronize_irq
in prismcompat24.h, so there's no need for it
diffstat output:
drivers/net/wireless/prism54/islpci_dev.c | 2 +-
drivers/net/wireless/prism54/prismcompat.h | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-rc1-mm2-full/drivers/net/wireless/prism54/prismcompat.h.old 2004-10-30 07:21:59.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/drivers/net/wireless/prism54/prismcompat.h 2004-10-30 07:22:40.000000000 +0200
@@ -34,12 +34,6 @@
#include <linux/workqueue.h>
#include <linux/compiler.h>
-#if !defined(CONFIG_FW_LOADER) && !defined(CONFIG_FW_LOADER_MODULE)
-#error Firmware Loading is not configured in the kernel !
-#endif
-
-#define prism54_synchronize_irq(irq) synchronize_irq(irq)
-
#define PRISM_FW_PDEV &priv->pdev->dev
#endif /* _PRISM_COMPAT_H */
--- linux-2.6.10-rc1-mm2-full/drivers/net/wireless/prism54/islpci_dev.c.old2 2004-10-30 07:23:07.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/drivers/net/wireless/prism54/islpci_dev.c 2004-10-30 07:23:19.000000000 +0200
@@ -420,7 +420,7 @@
* currently in progress by emptying the TX and RX queues. */
/* wait until interrupts have finished executing on other CPUs */
- prism54_synchronize_irq(priv->pdev->irq);
+ synchronize_irq(priv->pdev->irq);
reg = readl(device_base + ISL38XX_CTRL_STAT_REG);
reg &= ~(ISL38XX_CTRL_STAT_RESET | ISL38XX_CTRL_STAT_RAMBOOT);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-30 5:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-30 5:38 [2.6 patch] prism54: small prismcompat cleanup Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).