projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fadc12
)
staging: fix mei build when PM is not enabled
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 19 May 2011 15:52:34 +0000
(08:52 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 19 May 2011 22:34:31 +0000
(15:34 -0700)
Fix mei build when CONFIG_PM is not enabled (i.e., fix typo):
drivers/staging/mei/main.c:1159: error: 'MEI_PM_OPS' undeclared here (not in a function)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/mei/main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/mei/main.c
b/drivers/staging/mei/main.c
index 16ae1a8fbbd1e5af40493bf67f59785eba020c20..bfd1b46ec748c151e4b22c9f7b3e62fecbd65620 100644
(file)
--- a/
drivers/staging/mei/main.c
+++ b/
drivers/staging/mei/main.c
@@
-1145,7
+1145,7
@@
static int mei_pci_resume(struct device *device)
static SIMPLE_DEV_PM_OPS(mei_pm_ops, mei_pci_suspend, mei_pci_resume);
#define MEI_PM_OPS (&mei_pm_ops)
#else
-#define M
IE
_PM_OPS NULL
+#define M
EI
_PM_OPS NULL
#endif /* CONFIG_PM */
/*
* PCI driver structure