Commit 39f79b93 authored by Telemaque Ndizihiwe's avatar Telemaque Ndizihiwe Committed by Linus Torvalds

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

Remove an unused label (fixes compiler WARNING) and a function (inside a
preprocessor directive) that is never called.

Signed-off- by: Telemaque Ndizihiwe <telendiz@eircom.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 72c51615
......@@ -1010,12 +1010,6 @@ static int __init hisax_fcpcipnp_init(void)
#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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment