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
f21918a3
Commit
f21918a3
authored
Nov 13, 2004
by
Andries E. Brouwer
Committed by
Linus Torvalds
Nov 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] __devinit in parport_pc.c
parent
4e757ff4
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 @
f21918a3
...
...
@@ -3048,7 +3048,7 @@ static struct pnp_driver parport_pc_pnp_driver = {
/* This is called by parport_pc_find_nonpci_ports (in asm/parport.h) */
static
int
__init
__attribute__
((
unused
))
static
int
__
dev
init
__attribute__
((
unused
))
parport_pc_find_isa_ports
(
int
autoirq
,
int
autodma
)
{
int
count
=
0
;
...
...
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