提交 8aa953d0 编写于 作者: S sjur.brandeland@stericsson.com 提交者: David S. Miller

caif: Remove unused attributes from struct cflayer

Signed-off-by: NSjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e977b4cf
...@@ -121,9 +121,7 @@ enum caif_direction { ...@@ -121,9 +121,7 @@ enum caif_direction {
* @transmit: Packet transmit funciton. * @transmit: Packet transmit funciton.
* @ctrlcmd: Used for control signalling upwards in the stack. * @ctrlcmd: Used for control signalling upwards in the stack.
* @modemcmd: Used for control signaling downwards in the stack. * @modemcmd: Used for control signaling downwards in the stack.
* @prio: Priority of this layer.
* @id: The identity of this layer * @id: The identity of this layer
* @type: The type of this layer
* @name: Name of the layer. * @name: Name of the layer.
* *
* This structure defines the layered structure in CAIF. * This structure defines the layered structure in CAIF.
...@@ -230,9 +228,7 @@ struct cflayer { ...@@ -230,9 +228,7 @@ struct cflayer {
*/ */
int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl); int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl);
unsigned short prio;
unsigned int id; unsigned int id;
unsigned int type;
char name[CAIF_LAYER_NAME_SZ]; char name[CAIF_LAYER_NAME_SZ];
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册