Commit 86c5dff5 authored by Patrick Mochel's avatar Patrick Mochel

[power] Fix up compiler warnings.

parent 5a16a592
...@@ -15,6 +15,8 @@ unsigned long acpi_wakeup_address = 0; ...@@ -15,6 +15,8 @@ unsigned long acpi_wakeup_address = 0;
unsigned long acpi_video_flags; unsigned long acpi_video_flags;
extern char wakeup_start, wakeup_end; extern char wakeup_start, wakeup_end;
extern void zap_low_mappings(void);
extern unsigned long FASTCALL(acpi_copy_wakeup_routine(unsigned long)); extern unsigned long FASTCALL(acpi_copy_wakeup_routine(unsigned long));
static void init_low_mapping(pgd_t *pgd, int pgd_limit) static void init_low_mapping(pgd_t *pgd, int pgd_limit)
......
...@@ -21,6 +21,8 @@ ACPI_MODULE_NAME ("sleep") ...@@ -21,6 +21,8 @@ ACPI_MODULE_NAME ("sleep")
u8 sleep_states[ACPI_S_STATE_COUNT]; u8 sleep_states[ACPI_S_STATE_COUNT];
extern void do_suspend_lowlevel_s4bios(int);
/** /**
* acpi_system_restore_state - OS-specific restoration of state * acpi_system_restore_state - OS-specific restoration of state
* @state: sleep state we're exiting * @state: sleep state we're exiting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment