diff options
author | sjur.brandeland@stericsson.com <sjur.brandeland@stericsson.com> | 2011-11-30 13:02:32 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-30 23:30:48 -0500 |
commit | 8aa953d03eea1190fdde03089947bba09e5399fe (patch) | |
tree | d82df2f70b5c4e2934e6adb35ac9867e877dbc53 /include/net/caif | |
parent | e977b4cf637ebb545db14bff76d590490b2fb4bf (diff) | |
download | linux-8aa953d03eea1190fdde03089947bba09e5399fe.tar.gz linux-8aa953d03eea1190fdde03089947bba09e5399fe.tar.bz2 linux-8aa953d03eea1190fdde03089947bba09e5399fe.zip |
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>
Diffstat (limited to 'include/net/caif')
-rw-r--r-- | include/net/caif/caif_layer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/caif/caif_layer.h b/include/net/caif/caif_layer.h index 35bc7883cf97..0f3a39125f90 100644 --- a/include/net/caif/caif_layer.h +++ b/include/net/caif/caif_layer.h @@ -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]; }; |