Commit 28b6a95f authored by Stephen Hemminger's avatar Stephen Hemminger

[IRDA]: Remove duplicate of irlan_state.

Remove duplicate string definition. Same table already defined and
exported in irlan_event.c
parent 4a513ec1
......@@ -74,20 +74,6 @@ static int eth; /* Use "eth" or "irlan" name for devices */
static int access = ACCESS_PEER; /* PEER, DIRECT or HOSTED */
#ifdef CONFIG_PROC_FS
static char *irlan_state[] = {
"IRLAN_IDLE",
"IRLAN_QUERY",
"IRLAN_CONN",
"IRLAN_INFO",
"IRLAN_MEDIA",
"IRLAN_OPEN",
"IRLAN_WAIT",
"IRLAN_ARB",
"IRLAN_DATA",
"IRLAN_CLOSE",
"IRLAN_SYNC"
};
static char *irlan_access[] = {
"UNKNOWN",
"DIRECT",
......
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