From: sjur.brandeland@stericsson.com Date: Wed, 30 Nov 2011 13:02:32 +0000 (+0000) Subject: caif: Remove unused attributes from struct cflayer X-Git-Tag: v3.3-rc1~182^2~388 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8aa953d03eea1190fdde03089947bba09e5399fe;p=profile%2Fivi%2Fkernel-x86-ivi.git caif: Remove unused attributes from struct cflayer Signed-off-by: Sjur Brændeland Signed-off-by: David S. Miller --- diff --git a/include/net/caif/caif_layer.h b/include/net/caif/caif_layer.h index 35bc788..0f3a391 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]; };