[PATCH] Removes unused label from /drivers/isdn/hisax/hisax_fcpcipnp.c

From: Telemaque Ndizihiwe
Date: Sat Feb 26 2005 - 15:06:46 EST



This Patch removes (in kernel 2.6.10) an unused label (fixes compiler WARNING)
and a function (inside a preprocessor directive) that is never called.

Signed-off- by: Telemaque Ndizihiwe <telendiz@xxxxxxxxxx>


--- linux-2.6.10/drivers/isdn/hisax/hisax_fcpcipnp.c.orig 2005-02-26 19:16:06.030150400 +0000
+++ linux-2.6.10/drivers/isdn/hisax/hisax_fcpcipnp.c 2005-02-26 19:18:01.023668728 +0000
@@ -1010,12 +1010,6 @@ static int __init hisax_fcpcipnp_init(vo
#endif
return 0;

-#if !defined(CONFIG_HOTPLUG) || defined(MODULE)
- out_unregister_isapnp:
-#ifdef __ISAPNP__
- pnp_unregister_driver(&fcpnp_driver);
-#endif
-#endif
out_unregister_pci:
pci_unregister_driver(&fcpci_driver);
out:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/