mISDN: Use struct device name field

struct device already has a 'name' member, use it.

Signed-off-by: Matthias Urlichs <matthias@urlichs.de>
Signed-off-by: Karsten Keil <kkeil@suse.de>
This commit is contained in:
Matthias Urlichs 2008-08-16 00:04:33 +02:00 committed by Karsten Keil
parent 8b6015f736
commit 837468d135
6 changed files with 35 additions and 31 deletions

View file

@ -431,7 +431,6 @@ struct mISDN_sock {
struct mISDNdevice {
struct mISDNchannel D;
u_int id;
char name[MISDN_MAX_IDLEN];
u_int Dprotocols;
u_int Bprotocols;
u_int nrbchan;