From: Telemaque Ndizihiwe Remove an unused label (fixes compiler WARNING) and a function (inside a preprocessor directive) that is never called. Signed-off- by: Telemaque Ndizihiwe Signed-off-by: Andrew Morton --- 25-akpm/drivers/isdn/hisax/hisax_fcpcipnp.c | 6 ------ 1 files changed, 6 deletions(-) diff -puN drivers/isdn/hisax/hisax_fcpcipnp.c~removes-unused-label-from-drivers-isdn-hisax-hisax_fcpcipnpc drivers/isdn/hisax/hisax_fcpcipnp.c --- 25/drivers/isdn/hisax/hisax_fcpcipnp.c~removes-unused-label-from-drivers-isdn-hisax-hisax_fcpcipnpc 2005-02-28 14:53:33.000000000 -0800 +++ 25-akpm/drivers/isdn/hisax/hisax_fcpcipnp.c 2005-02-28 14:53:33.000000000 -0800 @@ -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: _