diff options
author | Matthias Urlichs <smurf@smurf.noris.de> | 2008-08-15 18:04:33 -0400 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2009-01-09 16:44:24 -0500 |
commit | 837468d135dcc49cdabc9fa92fc9550479f60704 (patch) | |
tree | 354aace7616729beac5ae52165b9470651145193 /include | |
parent | 8b6015f736125050722dbe59c4f943e78cd626f0 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mISDNif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mISDNif.h b/include/linux/mISDNif.h index be09476ed854..a59febb6143a 100644 --- a/include/linux/mISDNif.h +++ b/include/linux/mISDNif.h | |||
@@ -431,7 +431,6 @@ struct mISDN_sock { | |||
431 | struct mISDNdevice { | 431 | struct mISDNdevice { |
432 | struct mISDNchannel D; | 432 | struct mISDNchannel D; |
433 | u_int id; | 433 | u_int id; |
434 | char name[MISDN_MAX_IDLEN]; | ||
435 | u_int Dprotocols; | 434 | u_int Dprotocols; |
436 | u_int Bprotocols; | 435 | u_int Bprotocols; |
437 | u_int nrbchan; | 436 | u_int nrbchan; |