From: Kevin McKinney Date: Mon, 24 Sep 2012 03:07:17 +0000 (-0400) Subject: Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call directly. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b0cb3cb3bf96fd22bc9c5b0de5a3751f18e8fb6;p=pandora-kernel.git Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call directly. This patch removes typedef for _stCPacketClassificationRuleSI, changes the name of the struct to bcm_packet_class_rules, and updates the comments appropriately . In addition, any calls to typedefs "CCPacketClassificationRuleSI, stCPacketClassificationRuleSI, or *pstCPacketClassificationRuleSI" are changed to call the struct directly. Signed-off-by: Kevin McKinney Acked-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed