X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fibm_emac%2Fibm_emac_debug.c;h=92f970d402df85c86bfd8a01d4f6d363373b8d56;hb=c0cd79d11412969b6b8fa1624cdc1277db82e2fe;hp=c7e1ecfa08fe34aec91cac603dd34fbcedd2cdad;hpb=2ade43618b0aee83a50b344171d33d85c73d01b1;p=powerpc.git diff --git a/drivers/net/ibm_emac/ibm_emac_debug.c b/drivers/net/ibm_emac/ibm_emac_debug.c index c7e1ecfa08..92f970d402 100644 --- a/drivers/net/ibm_emac/ibm_emac_debug.c +++ b/drivers/net/ibm_emac/ibm_emac_debug.c @@ -12,7 +12,6 @@ * option) any later version. * */ -#include #include #include #include @@ -180,8 +179,7 @@ void emac_dbg_dump_all(void) } #if defined(CONFIG_MAGIC_SYSRQ) -static void emac_sysrq_handler(int key, struct pt_regs *pt_regs, - struct tty_struct *tty) +static void emac_sysrq_handler(int key, struct tty_struct *tty) { emac_dbg_dump_all(); }