Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xcap-capability-linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xcap
xcap-capability-linux
Commits
4263d9a3
Commit
4263d9a3
authored
14 years ago
by
Len Brown
Browse files
Options
Downloads
Plain Diff
Merge branch 'suspend-ioremap-cache' into release
parents
eab001bf
6fed05c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/acpi/internal.h
+1
-1
1 addition, 1 deletion
drivers/acpi/internal.h
include/linux/acpi.h
+10
-9
10 additions, 9 deletions
include/linux/acpi.h
with
11 additions
and
10 deletions
drivers/acpi/internal.h
+
1
−
1
View file @
4263d9a3
...
@@ -91,7 +91,7 @@ void suspend_nvs_restore(void);
...
@@ -91,7 +91,7 @@ void suspend_nvs_restore(void);
static
inline
int
acpi_sleep_proc_init
(
void
)
{
return
0
;
}
static
inline
int
acpi_sleep_proc_init
(
void
)
{
return
0
;
}
static
inline
int
suspend_nvs_alloc
(
void
)
{
return
0
;
}
static
inline
int
suspend_nvs_alloc
(
void
)
{
return
0
;
}
static
inline
void
suspend_nvs_free
(
void
)
{}
static
inline
void
suspend_nvs_free
(
void
)
{}
static
inline
int
suspend_nvs_save
(
void
)
{}
static
inline
int
suspend_nvs_save
(
void
)
{
return
0
;
}
static
inline
void
suspend_nvs_restore
(
void
)
{}
static
inline
void
suspend_nvs_restore
(
void
)
{}
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
include/linux/acpi.h
+
10
−
9
View file @
4263d9a3
...
@@ -254,15 +254,6 @@ void __init acpi_old_suspend_ordering(void);
...
@@ -254,15 +254,6 @@ void __init acpi_old_suspend_ordering(void);
void
__init
acpi_nvs_nosave
(
void
);
void
__init
acpi_nvs_nosave
(
void
);
#endif
/* CONFIG_PM_SLEEP */
#endif
/* CONFIG_PM_SLEEP */
#ifdef CONFIG_ACPI_SLEEP
int
suspend_nvs_register
(
unsigned
long
start
,
unsigned
long
size
);
#else
static
inline
int
suspend_nvs_register
(
unsigned
long
a
,
unsigned
long
b
)
{
return
0
;
}
#endif
struct
acpi_osc_context
{
struct
acpi_osc_context
{
char
*
uuid_str
;
/* uuid string */
char
*
uuid_str
;
/* uuid string */
int
rev
;
int
rev
;
...
@@ -361,4 +352,14 @@ static inline int acpi_table_parse(char *id,
...
@@ -361,4 +352,14 @@ static inline int acpi_table_parse(char *id,
return
-
1
;
return
-
1
;
}
}
#endif
/* !CONFIG_ACPI */
#endif
/* !CONFIG_ACPI */
#ifdef CONFIG_ACPI_SLEEP
int
suspend_nvs_register
(
unsigned
long
start
,
unsigned
long
size
);
#else
static
inline
int
suspend_nvs_register
(
unsigned
long
a
,
unsigned
long
b
)
{
return
0
;
}
#endif
#endif
/*_LINUX_ACPI_H*/
#endif
/*_LINUX_ACPI_H*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment