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
7cc515f7
Commit
7cc515f7
authored
Jun 10, 2009
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OMAP2/3: PM: make PM __init calls static
Signed-off-by:
Kevin Hilman
<
khilman@deeprootsystems.com
>
parent
ed680c4a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
arch/arm/mach-omap2/pm.h
arch/arm/mach-omap2/pm.h
+0
-3
arch/arm/mach-omap2/pm24xx.c
arch/arm/mach-omap2/pm24xx.c
+1
-1
arch/arm/mach-omap2/pm34xx.c
arch/arm/mach-omap2/pm34xx.c
+1
-1
No files found.
arch/arm/mach-omap2/pm.h
View file @
7cc515f7
...
@@ -11,9 +11,6 @@
...
@@ -11,9 +11,6 @@
#ifndef __ARCH_ARM_MACH_OMAP2_PM_H
#ifndef __ARCH_ARM_MACH_OMAP2_PM_H
#define __ARCH_ARM_MACH_OMAP2_PM_H
#define __ARCH_ARM_MACH_OMAP2_PM_H
extern
int
omap2_pm_init
(
void
);
extern
int
omap3_pm_init
(
void
);
#ifdef CONFIG_PM_DEBUG
#ifdef CONFIG_PM_DEBUG
extern
void
omap2_pm_dump
(
int
mode
,
int
resume
,
unsigned
int
us
);
extern
void
omap2_pm_dump
(
int
mode
,
int
resume
,
unsigned
int
us
);
extern
int
omap2_pm_debug
;
extern
int
omap2_pm_debug
;
...
...
arch/arm/mach-omap2/pm24xx.c
View file @
7cc515f7
...
@@ -470,7 +470,7 @@ static void __init prcm_setup_regs(void)
...
@@ -470,7 +470,7 @@ static void __init prcm_setup_regs(void)
WKUP_MOD
,
PM_WKEN
);
WKUP_MOD
,
PM_WKEN
);
}
}
int
__init
omap2_pm_init
(
void
)
static
int
__init
omap2_pm_init
(
void
)
{
{
u32
l
;
u32
l
;
...
...
arch/arm/mach-omap2/pm34xx.c
View file @
7cc515f7
...
@@ -652,7 +652,7 @@ static int __init clkdms_setup(struct clockdomain *clkdm)
...
@@ -652,7 +652,7 @@ static int __init clkdms_setup(struct clockdomain *clkdm)
return
0
;
return
0
;
}
}
int
__init
omap3_pm_init
(
void
)
static
int
__init
omap3_pm_init
(
void
)
{
{
struct
power_state
*
pwrst
,
*
tmp
;
struct
power_state
*
pwrst
,
*
tmp
;
int
ret
;
int
ret
;
...
...
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