diff options
author | sjur.brandeland@stericsson.com <sjur.brandeland@stericsson.com> | 2011-11-30 08:02:32 -0500 |
---|---|---|
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) |
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 { | |||
121 | * @transmit: Packet transmit funciton. | 121 | * @transmit: Packet transmit funciton. |
122 | * @ctrlcmd: Used for control signalling upwards in the stack. | 122 | * @ctrlcmd: Used for control signalling upwards in the stack. |
123 | * @modemcmd: Used for control signaling downwards in the stack. | 123 | * @modemcmd: Used for control signaling downwards in the stack. |
124 | * @prio: Priority of this layer. | ||
125 | * @id: The identity of this layer | 124 | * @id: The identity of this layer |
126 | * @type: The type of this layer | ||
127 | * @name: Name of the layer. | 125 | * @name: Name of the layer. |
128 | * | 126 | * |
129 | * This structure defines the layered structure in CAIF. | 127 | * This structure defines the layered structure in CAIF. |
@@ -230,9 +228,7 @@ struct cflayer { | |||
230 | */ | 228 | */ |
231 | int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl); | 229 | int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl); |
232 | 230 | ||
233 | unsigned short prio; | ||
234 | unsigned int id; | 231 | unsigned int id; |
235 | unsigned int type; | ||
236 | char name[CAIF_LAYER_NAME_SZ]; | 232 | char name[CAIF_LAYER_NAME_SZ]; |
237 | }; | 233 | }; |
238 | 234 | ||