mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
gianfar: delete orphaned version strings and dead macros
There were two version strings, and neither one was being used. Also in the same proximity were some unused #define that were left over from the past. Delete them all. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
30f7e31066
commit
1571df8f2d
@ -104,10 +104,7 @@
|
||||
#include "fsl_pq_mdio.h"
|
||||
|
||||
#define TX_TIMEOUT (1*HZ)
|
||||
#undef BRIEF_GFAR_ERRORS
|
||||
#undef VERBOSE_GFAR_ERRORS
|
||||
|
||||
const char gfar_driver_name[] = "Gianfar Ethernet";
|
||||
const char gfar_driver_version[] = "1.3";
|
||||
|
||||
static int gfar_enet_open(struct net_device *dev);
|
||||
|
@ -78,11 +78,8 @@ struct ethtool_rx_list {
|
||||
#define INCREMENTAL_BUFFER_SIZE 512
|
||||
|
||||
#define PHY_INIT_TIMEOUT 100000
|
||||
#define GFAR_PHY_CHANGE_TIME 2
|
||||
|
||||
#define DEVICE_NAME "%s: Gianfar Ethernet Controller Version 1.2, "
|
||||
#define DRV_NAME "gfar-enet"
|
||||
extern const char gfar_driver_name[];
|
||||
extern const char gfar_driver_version[];
|
||||
|
||||
/* MAXIMUM NUMBER OF QUEUES SUPPORTED */
|
||||
|
Loading…
Reference in New Issue
Block a user