Skip to content

Commit

Permalink
caif: Remove unused attributes from struct cflayer
Browse files Browse the repository at this point in the history
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
sjur.brandeland@stericsson.com authored and David S. Miller committed Dec 1, 2011
1 parent e977b4c commit 8aa953d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/net/caif/caif_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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];
};

Expand Down

0 comments on commit 8aa953d

Please sign in to comment.