diff options
Diffstat (limited to 'drivers/net/ethernet/ibm/emac/debug.h')
-rw-r--r-- | drivers/net/ethernet/ibm/emac/debug.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/ethernet/ibm/emac/debug.h b/drivers/net/ethernet/ibm/emac/debug.h index 59a92d5870b5..9c45efe4c8fe 100644 --- a/drivers/net/ethernet/ibm/emac/debug.h +++ b/drivers/net/ethernet/ibm/emac/debug.h | |||
@@ -29,13 +29,13 @@ | |||
29 | struct emac_instance; | 29 | struct emac_instance; |
30 | struct mal_instance; | 30 | struct mal_instance; |
31 | 31 | ||
32 | extern void emac_dbg_register(struct emac_instance *dev); | 32 | void emac_dbg_register(struct emac_instance *dev); |
33 | extern void emac_dbg_unregister(struct emac_instance *dev); | 33 | void emac_dbg_unregister(struct emac_instance *dev); |
34 | extern void mal_dbg_register(struct mal_instance *mal); | 34 | void mal_dbg_register(struct mal_instance *mal); |
35 | extern void mal_dbg_unregister(struct mal_instance *mal); | 35 | void mal_dbg_unregister(struct mal_instance *mal); |
36 | extern int emac_init_debug(void) __init; | 36 | int emac_init_debug(void) __init; |
37 | extern void emac_fini_debug(void) __exit; | 37 | void emac_fini_debug(void) __exit; |
38 | extern void emac_dbg_dump_all(void); | 38 | void emac_dbg_dump_all(void); |
39 | 39 | ||
40 | # define DBG_LEVEL 1 | 40 | # define DBG_LEVEL 1 |
41 | 41 | ||