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
0e5f06f1
Commit
0e5f06f1
authored
Aug 30, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MMC] PXAMCI: Bracket power management calls with CONFIG_PM.
parent
b6d45af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
drivers/mmc/pxamci.c
drivers/mmc/pxamci.c
+5
-0
No files found.
drivers/mmc/pxamci.c
View file @
0e5f06f1
...
...
@@ -530,6 +530,7 @@ static int pxamci_remove(struct device *dev)
return
0
;
}
#ifdef CONFIG_PM
static
int
pxamci_suspend
(
struct
device
*
dev
,
u32
state
,
u32
level
)
{
struct
mmc_host
*
mmc
=
dev_get_drvdata
(
dev
);
...
...
@@ -551,6 +552,10 @@ static int pxamci_resume(struct device *dev, u32 level)
return
ret
;
}
#else
#define pxamci_suspend NULL
#define pxamci_resume NULL
#endif
static
struct
device_driver
pxamci_driver
=
{
.
name
=
"pxa2xx-mci"
,
...
...
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