diff options
Diffstat (limited to 'drivers/net/ibm_emac/ibm_emac_debug.c')
-rw-r--r-- | drivers/net/ibm_emac/ibm_emac_debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ibm_emac/ibm_emac_debug.c b/drivers/net/ibm_emac/ibm_emac_debug.c index c3645908034d..92f970d402df 100644 --- a/drivers/net/ibm_emac/ibm_emac_debug.c +++ b/drivers/net/ibm_emac/ibm_emac_debug.c | |||
@@ -179,8 +179,7 @@ void emac_dbg_dump_all(void) | |||
179 | } | 179 | } |
180 | 180 | ||
181 | #if defined(CONFIG_MAGIC_SYSRQ) | 181 | #if defined(CONFIG_MAGIC_SYSRQ) |
182 | static void emac_sysrq_handler(int key, struct pt_regs *pt_regs, | 182 | static void emac_sysrq_handler(int key, struct tty_struct *tty) |
183 | struct tty_struct *tty) | ||
184 | { | 183 | { |
185 | emac_dbg_dump_all(); | 184 | emac_dbg_dump_all(); |
186 | } | 185 | } |