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
Kirill Smelkov
linux
Commits
59608fc9
Commit
59608fc9
authored
Aug 26, 2002
by
Eric Sandeen
Committed by
Jeff Garzik
Aug 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused var and unused func from ali-ircc IrDA driver
parent
317c4235
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
drivers/net/irda/ali-ircc.c
drivers/net/irda/ali-ircc.c
+0
-12
No files found.
drivers/net/irda/ali-ircc.c
View file @
59608fc9
...
...
@@ -57,7 +57,6 @@ static unsigned int io[] = { ~0, ~0, ~0, ~0 };
static
unsigned
int
irq
[]
=
{
0
,
0
,
0
,
0
};
static
unsigned
int
dma
[]
=
{
0
,
0
,
0
,
0
};
static
int
ali_ircc_probe_43
(
ali_chip_t
*
chip
,
chipio_t
*
info
);
static
int
ali_ircc_probe_53
(
ali_chip_t
*
chip
,
chipio_t
*
info
);
static
int
ali_ircc_init_43
(
ali_chip_t
*
chip
,
chipio_t
*
info
);
static
int
ali_ircc_init_53
(
ali_chip_t
*
chip
,
chipio_t
*
info
);
...
...
@@ -252,7 +251,6 @@ static int ali_ircc_open(int i, chipio_t *info)
struct
ali_ircc_cb
*
self
;
struct
pm_dev
*
pmdev
;
int
dongle_id
;
int
ret
;
int
err
;
IRDA_DEBUG
(
2
,
__FUNCTION__
"(), ---------------- Start ----------------
\n
"
);
...
...
@@ -450,16 +448,6 @@ static int ali_ircc_init_53(ali_chip_t *chip, chipio_t *info)
return
0
;
}
/*
* Function ali_ircc_probe_43 (chip, info)
*
* Probes for the ALi M1543
*/
static
int
ali_ircc_probe_43
(
ali_chip_t
*
chip
,
chipio_t
*
info
)
{
return
0
;
}
/*
* Function ali_ircc_probe_53 (chip, info)
*
...
...
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