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
86c5dff5
Commit
86c5dff5
authored
Aug 04, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[power] Fix up compiler warnings.
parent
5a16a592
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
arch/i386/kernel/acpi/sleep.c
arch/i386/kernel/acpi/sleep.c
+2
-0
drivers/acpi/sleep/main.c
drivers/acpi/sleep/main.c
+2
-0
No files found.
arch/i386/kernel/acpi/sleep.c
View file @
86c5dff5
...
...
@@ -15,6 +15,8 @@ unsigned long acpi_wakeup_address = 0;
unsigned
long
acpi_video_flags
;
extern
char
wakeup_start
,
wakeup_end
;
extern
void
zap_low_mappings
(
void
);
extern
unsigned
long
FASTCALL
(
acpi_copy_wakeup_routine
(
unsigned
long
));
static
void
init_low_mapping
(
pgd_t
*
pgd
,
int
pgd_limit
)
...
...
drivers/acpi/sleep/main.c
View file @
86c5dff5
...
...
@@ -21,6 +21,8 @@ ACPI_MODULE_NAME ("sleep")
u8
sleep_states
[
ACPI_S_STATE_COUNT
];
extern
void
do_suspend_lowlevel_s4bios
(
int
);
/**
* acpi_system_restore_state - OS-specific restoration of state
* @state: sleep state we're exiting
...
...
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