From: Heiko Carstens <[email protected]>
Add #ifdef CONFIG_LOCKDEP to avoid compile warning.
Cc: Frank Pavlic <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
---
drivers/s390/net/qeth_main.c | 2 ++
1 file changed, 2 insertions(+)
Index: linux-2.6.17-mm1/drivers/s390/net/qeth_main.c
===================================================================
--- linux-2.6.17-mm1.orig/drivers/s390/net/qeth_main.c
+++ linux-2.6.17-mm1/drivers/s390/net/qeth_main.c
@@ -85,7 +85,9 @@ static debug_info_t *qeth_dbf_qerr = NUL
DEFINE_PER_CPU(char[256], qeth_dbf_txt_buf);
+#ifdef CONFIG_LOCKDEP
static struct lockdep_type_key qdio_out_skb_queue_key;
+#endif
/**
* some more definitions and declarations
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]