public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] -Wundef fixes (hisax)
@ 2005-09-07 22:19 viro
  0 siblings, 0 replies; only message in thread
From: viro @ 2005-09-07 22:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

CARD_... in hisax are all used with #if; CARD_FN_ENTERNOW_PCI lacks define
to 0 if corresponding config option is not set.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-git7-uml-mem/drivers/isdn/hisax/hisax.h RC13-git7-hisax/drivers/isdn/hisax/hisax.h
--- RC13-git7-uml-mem/drivers/isdn/hisax/hisax.h	2005-09-07 13:55:17.000000000 -0400
+++ RC13-git7-hisax/drivers/isdn/hisax/hisax.h	2005-09-07 13:55:43.000000000 -0400
@@ -1241,6 +1241,8 @@
 
 #ifdef CONFIG_HISAX_ENTERNOW_PCI
 #define CARD_FN_ENTERNOW_PCI 1
+#else
+#define CARD_FN_ENTERNOW_PCI 0
 #endif
 
 #define TEI_PER_CARD 1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-07 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07 22:19 [PATCH] -Wundef fixes (hisax) viro

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