]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: bcm: Remove typedef for _packet_info and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 26 May 2012 16:05:01 +0000 (12:05 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:08:10 +0000 (21:08 -0700)
commit1669ee086cf3e17c69bfed7554a5daa191d7a342
treeead6afb5efb1d1b788440775464ac5aee5a8cc7b
parent7bf843f7e1c92f61717ae9956787018ca724ceb8
Staging: bcm: Remove typedef for _packet_info and call directly.

This patch removes typedef for _packet_info,
changes the name of the struct from
_packet_info to bcm_packet_info.
In addition, any calls to the following typedefs
"PacketInfo, _packet_info" are changed to call the
struct directly.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Adapter.h
drivers/staging/bcm/Bcmchar.c
drivers/staging/bcm/CmHost.c
drivers/staging/bcm/LeakyBucket.c
drivers/staging/bcm/sort.c