diff options
author | Alan Cox <alan@linux.intel.com> | 2009-08-27 11:02:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:29 -0700 |
commit | b8c4cc46541d864b37497d0047b81b62a5d4e073 (patch) | |
tree | 7709393cc60976d97baa2e3b1d2c8aac5b01cd95 /drivers/staging/et131x/Makefile | |
parent | 2211b732ba8050bc228e129cdc30b4fdedcbea86 (diff) |
Staging: et131x: put the jagcore routines in with their users
We have two trivial IRQ routines, a single statement and a real function -
relocate them. While we are at it kill the trivial to sort out soft reset
and slv bits in the same areas of code.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/Makefile')
-rw-r--r-- | drivers/staging/et131x/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/et131x/Makefile b/drivers/staging/et131x/Makefile index 3ddbc64aa5f3..111049405cb3 100644 --- a/drivers/staging/et131x/Makefile +++ b/drivers/staging/et131x/Makefile @@ -5,7 +5,6 @@ obj-$(CONFIG_ET131X) += et131x.o et131x-objs := et1310_eeprom.o \ - et1310_jagcore.o \ et1310_mac.o \ et1310_phy.o \ et1310_pm.o \ |