projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20a70c
)
PM: Revert "Add EXPORT macros for exporting PM functions"
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Thu, 16 Jan 2025 15:43:29 +0000
(17:43 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Thu, 23 Jan 2025 20:21:21 +0000
(21:21 +0100)
Revert commit
41a337b40e98
("Add EXPORT macros for exporting PM
functions") because the macros added by it are still unused almost
two years after they had been introduced.
Reported-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link:
https://patch.msgid.link/20250116154354.149297-1-andriy.shevchenko@linux.intel.com
[ rjw: New changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/pm.h
patch
|
blob
|
history
diff --git
a/include/linux/pm.h
b/include/linux/pm.h
index
e7f0260
..
0627a79
100644
(file)
--- a/
include/linux/pm.h
+++ b/
include/linux/pm.h
@@
-384,12
+384,8
@@
const struct dev_pm_ops name = { \
#ifdef CONFIG_PM
#define _EXPORT_DEV_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns)
-#define EXPORT_PM_FN_GPL(name) EXPORT_SYMBOL_GPL(name)
-#define EXPORT_PM_FN_NS_GPL(name, ns) EXPORT_SYMBOL_NS_GPL(name, "ns")
#else
#define _EXPORT_DEV_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns)
-#define EXPORT_PM_FN_GPL(name)
-#define EXPORT_PM_FN_NS_GPL(name, ns)
#endif
#ifdef CONFIG_PM_SLEEP