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
274c7da7
Commit
274c7da7
authored
Nov 18, 2002
by
Andries E. Brouwer
Committed by
Linus Torvalds
Nov 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] compilation fix (tpyo)
parent
715feb63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/linux/device.h
include/linux/device.h
+2
-2
No files found.
include/linux/device.h
View file @
274c7da7
...
@@ -438,9 +438,9 @@ extern void device_resume(u32 level);
...
@@ -438,9 +438,9 @@ extern void device_resume(u32 level);
extern
void
device_shutdown
(
void
);
extern
void
device_shutdown
(
void
);
/* drivrs/base/firmware.c */
/* driv
e
rs/base/firmware.c */
extern
int
firmware_register
(
struct
subsystem
*
);
extern
int
firmware_register
(
struct
subsystem
*
);
extern
void
firmware_uregister
(
struct
subsystem
*
);
extern
void
firmware_u
n
register
(
struct
subsystem
*
);
/* debugging and troubleshooting/diagnostic helpers. */
/* debugging and troubleshooting/diagnostic helpers. */
#ifdef DEBUG
#ifdef DEBUG
...
...
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