Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
04a9e451
Commit
04a9e451
authored
Feb 01, 2008
by
John W. Linville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ath5k: fix section mismatch warning
Signed-off-by:
John W. Linville
<
linville@tuxdriver.com
>
parent
3eadf5f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/net/wireless/ath5k/base.c
drivers/net/wireless/ath5k/base.c
+3
-3
No files found.
drivers/net/wireless/ath5k/base.c
View file @
04a9e451
...
...
@@ -153,7 +153,7 @@ static int ath5k_pci_resume(struct pci_dev *pdev);
#define ath5k_pci_resume NULL
#endif
/* CONFIG_PM */
static
struct
pci_driver
ath5k_pci_dr
v_id
=
{
static
struct
pci_driver
ath5k_pci_dr
iver
=
{
.
name
=
"ath5k_pci"
,
.
id_table
=
ath5k_pci_id_table
,
.
probe
=
ath5k_pci_probe
,
...
...
@@ -329,7 +329,7 @@ init_ath5k_pci(void)
ath5k_debug_init
();
ret
=
pci_register_driver
(
&
ath5k_pci_dr
v_id
);
ret
=
pci_register_driver
(
&
ath5k_pci_dr
iver
);
if
(
ret
)
{
printk
(
KERN_ERR
"ath5k_pci: can't register pci driver
\n
"
);
return
ret
;
...
...
@@ -341,7 +341,7 @@ init_ath5k_pci(void)
static
void
__exit
exit_ath5k_pci
(
void
)
{
pci_unregister_driver
(
&
ath5k_pci_dr
v_id
);
pci_unregister_driver
(
&
ath5k_pci_dr
iver
);
ath5k_debug_finish
();
}
...
...
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