r8169: don't include asm headers directly
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 10 Aug 2018 20:37:31 +0000 (22:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Aug 2018 21:32:35 +0000 (14:32 -0700)
commit098b01ad9837b4d4d0022f407300f069a999e55a
treee7a61db77d0aef02b55a5e40f3262b6e487d9305
parentbc4fcd0a1b7635b012e5b2f3f0fb85a2d29fe13a
r8169: don't include asm headers directly

The asm headers shouldn't be included directly. asm/irq.h is
implicitly included by linux/interrupt.h, and instead of
asm/io.h include linux/io.h.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c