diff options
author | Carsten Otte <cotte@de.ibm.com> | 2010-06-21 18:57:06 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-23 16:16:34 -0400 |
commit | d829eeef58ee571a68ab51c9a67f2a94f9a9ce6c (patch) | |
tree | 44e0ae859cf16daaf441ef0b0a0c00e74cd3bba0 /drivers/s390 | |
parent | 847a50fd9f3d6a1ee8c8bf646aa8c9a61ea51550 (diff) |
qeth: Fold qeth_sense debug area
This patch removes the sense debug area completely. Despite the name this
debug area makes no sense at all because it's unused completely. Ouch.
Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/qeth_core.h | 1 | ||||
-rw-r--r-- | drivers/s390/net/qeth_core_main.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index 5ab498ac3704..4e845a2ac83d 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h | |||
@@ -42,7 +42,6 @@ enum qeth_dbf_names { | |||
42 | QETH_DBF_SETUP, | 42 | QETH_DBF_SETUP, |
43 | QETH_DBF_QERR, | 43 | QETH_DBF_QERR, |
44 | QETH_DBF_MSG, | 44 | QETH_DBF_MSG, |
45 | QETH_DBF_SENSE, | ||
46 | QETH_DBF_MISC, | 45 | QETH_DBF_MISC, |
47 | QETH_DBF_CTRL, | 46 | QETH_DBF_CTRL, |
48 | QETH_DBF_INFOS /* must be last element */ | 47 | QETH_DBF_INFOS /* must be last element */ |
diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c index 31fe5b49e340..5db2030174a7 100644 --- a/drivers/s390/net/qeth_core_main.c +++ b/drivers/s390/net/qeth_core_main.c | |||
@@ -36,8 +36,6 @@ struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS] = { | |||
36 | 2, 1, 8, 2, &debug_hex_ascii_view, NULL}, | 36 | 2, 1, 8, 2, &debug_hex_ascii_view, NULL}, |
37 | [QETH_DBF_MSG] = {"qeth_msg", | 37 | [QETH_DBF_MSG] = {"qeth_msg", |
38 | 8, 1, 128, 3, &debug_sprintf_view, NULL}, | 38 | 8, 1, 128, 3, &debug_sprintf_view, NULL}, |
39 | [QETH_DBF_SENSE] = {"qeth_sense", | ||
40 | 2, 1, 64, 2, &debug_hex_ascii_view, NULL}, | ||
41 | [QETH_DBF_MISC] = {"qeth_misc", | 39 | [QETH_DBF_MISC] = {"qeth_misc", |
42 | 2, 1, 256, 2, &debug_hex_ascii_view, NULL}, | 40 | 2, 1, 256, 2, &debug_hex_ascii_view, NULL}, |
43 | [QETH_DBF_CTRL] = {"qeth_control", | 41 | [QETH_DBF_CTRL] = {"qeth_control", |