dect
/
linux-2.6
Archived
13
0
Fork 0

caif: Remove unused attributes from struct cflayer

Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
sjur.brandeland@stericsson.com 2011-11-30 13:02:32 +00:00 committed by David S. Miller
parent e977b4cf63
commit 8aa953d03e
1 changed files with 0 additions and 4 deletions

View File

@ -121,9 +121,7 @@ enum caif_direction {
* @transmit: Packet transmit funciton.
* @ctrlcmd: Used for control signalling upwards in the stack.
* @modemcmd: Used for control signaling downwards in the stack.
* @prio: Priority of this layer.
* @id: The identity of this layer
* @type: The type of this layer
* @name: Name of the layer.
*
* This structure defines the layered structure in CAIF.
@ -230,9 +228,7 @@ struct cflayer {
*/
int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl);
unsigned short prio;
unsigned int id;
unsigned int type;
char name[CAIF_LAYER_NAME_SZ];
};