]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6117162b587559716a3fb1f7cc2cc03b13e9d828
treee7a61db77d0aef02b55a5e40f3262b6e487d9305
parentb0ab300a581807a275610dffa4808970ea33a9d5
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