Commit edae01b9 authored by Brett Rudley's avatar Brett Rudley Committed by Greg Kroah-Hartman

staging: brcm80211: Purge unused wlc_id_name

Purge unused wlc_id_name_entry
Signed-off-by: default avatarBrett Rudley <brudley@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a9a6073c
......@@ -143,14 +143,6 @@ uint wl_msg_level =
static wlc_info_t *wlc_info_dbg = (wlc_info_t *) (NULL);
#endif
#if defined(BCMDBG)
struct wlc_id_name_entry {
int id;
const char *name;
};
typedef struct wlc_id_name_entry wlc_id_name_table_t[];
#endif
/* IOVar table */
/* Parameter IDs, for use only internally to wlc -- in the wlc_iovars
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment