Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2a105ac8
Commit
2a105ac8
authored
Feb 25, 2004
by
Stephen Hemminger
Committed by
David S. Miller
Feb 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: Kill infrared_mode, unused.
parent
77b29690
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
include/net/irda/irda_device.h
include/net/irda/irda_device.h
+0
-2
net/irda/irda_device.c
net/irda/irda_device.c
+0
-7
net/irda/irsyms.c
net/irda/irsyms.c
+0
-1
No files found.
include/net/irda/irda_device.h
View file @
2a105ac8
...
...
@@ -243,8 +243,6 @@ struct irda_task *irda_task_execute(void *instance,
struct
irda_task
*
parent
,
void
*
param
);
void
irda_task_next_state
(
struct
irda_task
*
task
,
IRDA_TASK_STATE
state
);
extern
const
char
*
infrared_mode
[];
/*
* Function irda_get_mtt (skb)
*
...
...
net/irda/irda_device.c
View file @
2a105ac8
...
...
@@ -60,13 +60,6 @@ static void __irda_task_delete(struct irda_task *task);
static
hashbin_t
*
dongles
=
NULL
;
static
hashbin_t
*
tasks
=
NULL
;
const
char
*
infrared_mode
[]
=
{
"IRDA_IRLAP"
,
"IRDA_RAW"
,
"SHARP_ASK"
,
"TV_REMOTE"
,
};
#ifdef CONFIG_IRDA_DEBUG
static
const
char
*
task_state
[]
=
{
"IRDA_TASK_INIT"
,
...
...
net/irda/irsyms.c
View file @
2a105ac8
...
...
@@ -167,7 +167,6 @@ EXPORT_SYMBOL(async_unwrap_char);
EXPORT_SYMBOL
(
irda_calc_crc16
);
EXPORT_SYMBOL
(
irda_crc16_table
);
EXPORT_SYMBOL
(
irda_start_timer
);
EXPORT_SYMBOL
(
infrared_mode
);
#ifdef CONFIG_IRTTY
EXPORT_SYMBOL
(
irtty_set_dtr_rts
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment