diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2004-02-25 20:29:55 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-02-25 20:29:55 -0800 |
| commit | 055162dcc3202ea09d1497a53010260097d87135 (patch) | |
| tree | 83305a370805f08a7262f69f15955fbba093a717 /include | |
| parent | 2a105ac8f2095a9e9261aeae757e5adda73e4c25 (diff) | |
[IRDA]: Kill dev_flags, unused.
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/irda/ali-ircc.h | 1 | ||||
| -rw-r--r-- | include/net/irda/au1000_ircc.h | 1 | ||||
| -rw-r--r-- | include/net/irda/irda-usb.h | 1 | ||||
| -rw-r--r-- | include/net/irda/nsc-ircc.h | 1 | ||||
| -rw-r--r-- | include/net/irda/smc-ircc.h | 1 | ||||
| -rw-r--r-- | include/net/irda/toshoboe.h | 1 | ||||
| -rw-r--r-- | include/net/irda/w83977af_ir.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/include/net/irda/ali-ircc.h b/include/net/irda/ali-ircc.h index dbd5a1cf77c1..dc5edd12b8f8 100644 --- a/include/net/irda/ali-ircc.h +++ b/include/net/irda/ali-ircc.h @@ -212,7 +212,6 @@ struct ali_ircc_cb { spinlock_t lock; /* For serializing operations */ - __u32 flags; /* Interface flags */ __u32 new_speed; int index; /* Instance index */ diff --git a/include/net/irda/au1000_ircc.h b/include/net/irda/au1000_ircc.h index ac621e950631..7a31d4659ed6 100644 --- a/include/net/irda/au1000_ircc.h +++ b/include/net/irda/au1000_ircc.h @@ -115,7 +115,6 @@ struct au1k_private { struct irlap_cb *irlap; u8 open; - u32 flags; /* Interface flags */ u32 speed; u32 newspeed; diff --git a/include/net/irda/irda-usb.h b/include/net/irda/irda-usb.h index 7c8c9de11c36..bd8f66542322 100644 --- a/include/net/irda/irda-usb.h +++ b/include/net/irda/irda-usb.h @@ -159,6 +159,5 @@ struct irda_usb_cb { __s16 new_xbofs; /* xbofs we need to set */ __u32 speed; /* Current speed */ __s32 new_speed; /* speed we need to set */ - __u32 flags; /* Interface flags */ }; diff --git a/include/net/irda/nsc-ircc.h b/include/net/irda/nsc-ircc.h index 96d629a0e7e2..0f541aa71935 100644 --- a/include/net/irda/nsc-ircc.h +++ b/include/net/irda/nsc-ircc.h @@ -263,7 +263,6 @@ struct nsc_ircc_cb { spinlock_t lock; /* For serializing operations */ - __u32 flags; /* Interface flags */ __u32 new_speed; int index; /* Instance index */ diff --git a/include/net/irda/smc-ircc.h b/include/net/irda/smc-ircc.h index 456aa6026530..6ef49e7e5aba 100644 --- a/include/net/irda/smc-ircc.h +++ b/include/net/irda/smc-ircc.h @@ -170,7 +170,6 @@ struct ircc_cb { * synchronised - Jean II */ __u32 new_speed; - __u32 flags; /* Interface flags */ int tx_buff_offsets[10]; /* Offsets between frames in tx_buff */ int tx_len; /* Number of frames in tx_buff */ diff --git a/include/net/irda/toshoboe.h b/include/net/irda/toshoboe.h index 9bf4fb9c38cc..7d7a227d1d35 100644 --- a/include/net/irda/toshoboe.h +++ b/include/net/irda/toshoboe.h @@ -146,7 +146,6 @@ struct toshoboe_cb chipio_t io; /* IrDA controller information */ - __u32 flags; /* Interface flags */ __u32 new_speed; struct pci_dev *pdev; /*PCI device */ diff --git a/include/net/irda/w83977af_ir.h b/include/net/irda/w83977af_ir.h index 2609588885c2..c578ddc1a0eb 100644 --- a/include/net/irda/w83977af_ir.h +++ b/include/net/irda/w83977af_ir.h @@ -185,7 +185,6 @@ struct w83977af_ir { * locking strategy. - Jean II */ spinlock_t lock; /* For serializing operations */ - __u32 flags; /* Interface flags */ __u32 new_speed; }; |
