diff options
author | Karsten Keil <kkeil@suse.de> | 2007-10-15 05:11:44 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-15 15:26:37 -0400 |
commit | faca94ffaed31528e2e859ee3c26d7d4dba6702f (patch) | |
tree | 16737e9d22b99c8116873586fec8c2813950acb1 /include/linux | |
parent | f885c5b08e76f920a4ed4dc63b8b19514272de7b (diff) |
[ISDN]: Remove local copy of device name to make sure renames work.
Signed-off-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/isdn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index ad09506554a3..d5dda4b643ac 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h | |||
@@ -286,7 +286,6 @@ typedef struct { | |||
286 | /* Local interface-data */ | 286 | /* Local interface-data */ |
287 | typedef struct isdn_net_local_s { | 287 | typedef struct isdn_net_local_s { |
288 | ulong magic; | 288 | ulong magic; |
289 | char name[10]; /* Name of device */ | ||
290 | struct net_device_stats stats; /* Ethernet Statistics */ | 289 | struct net_device_stats stats; /* Ethernet Statistics */ |
291 | int isdn_device; /* Index to isdn-device */ | 290 | int isdn_device; /* Index to isdn-device */ |
292 | int isdn_channel; /* Index to isdn-channel */ | 291 | int isdn_channel; /* Index to isdn-channel */ |