aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorPeter Senna Tschudin <[email protected]>2014-07-16 18:13:43 +0200
committerGreg Kroah-Hartman <[email protected]>2014-07-16 13:30:32 -0700
commit879be45aeaa433daa5b848e5c3bc66f85ed6bf4a (patch)
treebb8d4654651864a4b5d4ae0c60bc8f72cf09a090 /tools/perf/scripts
parent91d421945b02c8ac611481c3ec1008d30ecb9b5f (diff)
staging: vt6556: Remove typedefs
This patch removes uneeded typedefs reported by chackpatch and removes one enum that is not in use. As checkpatch complained about the typedef and the enum is not being used, this patch removes both typedef and enum. The removed enum from card.h: typedef enum _CARD_PHY_TYPE { PHY_TYPE_AUTO = 0, PHY_TYPE_11B, PHY_TYPE_11G, PHY_TYPE_11A } CARD_PHY_TYPE, *PCARD_PHY_TYPE; The following typedefs were removed, but enums were kept at device.h: typedef enum __device_msg_level typedef enum __DEVICE_NDIS_STATUS Tested by compilation only. Signed-off-by: Peter Senna Tschudin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions