Skip to content

Commit

Permalink
netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driver
Browse files Browse the repository at this point in the history
remove integer casting in the read/write IO accessors,
because Blackfin now provides those functions

Tested-by: Javier Herrero <jherrero@hvsistemas.es>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Bryan Wu authored and Jeff Garzik committed Oct 22, 2008
1 parent 6d329af commit 93fbaae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@
#define CARDNAME "dm9000"
#define DRV_VERSION "1.31"

#ifdef CONFIG_BLACKFIN
#define readsb insb
#define readsw insw
#define readsl insl
#define writesb outsb
#define writesw outsw
#define writesl outsl
#endif

/*
* Transmit timeout, default 5 seconds.
*/
Expand Down

0 comments on commit 93fbaae

Please sign in to comment.