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
69d8addf
Commit
69d8addf
authored
Feb 25, 2005
by
Andries E. Brouwer
Committed by
Linus Torvalds
Feb 25, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] __devinitdata in parport_pc
parport_init_mode is referred to in int __devinit sio_via_probe().
parent
6101e249
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/parport/parport_pc.c
drivers/parport/parport_pc.c
+1
-1
No files found.
drivers/parport/parport_pc.c
View file @
69d8addf
...
...
@@ -2488,7 +2488,7 @@ static int __devinit sio_ite_8872_probe (struct pci_dev *pdev, int autoirq,
/* VIA 8231 support by Pavel Fedin <sonic_amiga@rambler.ru>
based on VIA 686a support code by Jeff Garzik <jgarzik@pobox.com> */
static
int
__initdata
parport_init_mode
=
0
;
static
int
__
dev
initdata
parport_init_mode
=
0
;
/* Data for two known VIA chips */
static
struct
parport_pc_via_data
via_686a_data
__devinitdata
=
{
...
...
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