]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: et131x: Remove PHY interrupt handling code from driver isr handler
authorMark Einon <mark.einon@gmail.com>
Sun, 4 Sep 2011 10:24:35 +0000 (11:24 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 23:54:54 +0000 (16:54 -0700)
commit3e3b5f39159b97baa1dd38bff848aeccd996b7f0
tree36f971bfee8fbc54771401e331521d5e2683d49a
parente2963962aec7e953063c6a1e031a64ca9f5fd47b
staging: et131x: Remove PHY interrupt handling code from driver isr handler

The PHY interrupt is now handled by the phy_device, and the equivalent code is present in et131x_adjust_link, called from the phy_device when needed.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/et131x/et131x_isr.c