mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] remove unused label and obsolete preprocessor gunk from hisax
@ 2005-01-30 20:43 Jesper Juhl
  2005-01-30 22:34 ` Karsten Keil
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2005-01-30 20:43 UTC (permalink / raw)
  To: LKML; +Cc: isdn4linux, Kai Germaschewski, Karsten Keil, Karsten Keil



Here's a patch to remove an unused label and some obsolete preprocessor 
magic around it. Thus killing this warning:
drivers/isdn/hisax/hisax_fcpcipnp.c:1014: warning: label `out_unregister_isapnp' defined but not used
 Please apply.


Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>

--- linux-2.6.11-rc2-bk7-orig/drivers/isdn/hisax/hisax_fcpcipnp.c	2005-01-22 21:59:37.000000000 +0100
+++ linux-2.6.11-rc2-bk7/drivers/isdn/hisax/hisax_fcpcipnp.c	2005-01-30 20:04:00.000000000 +0100
@@ -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:




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-30 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-30 20:43 [PATCH] remove unused label and obsolete preprocessor gunk from hisax Jesper Juhl
2005-01-30 22:34 ` Karsten Keil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®