projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74dd7c
)
compat: do not undef flush_scheduled_work
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 28 Mar 2013 19:18:25 +0000
(20:18 +0100)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Fri, 29 Mar 2013 00:31:32 +0000
(17:31 -0700)
This caused flush_scheduled_work instead of
backport_flush_scheduled_work being exported.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
compat/compat-2.6.36.c
patch
|
blob
|
history
diff --git
a/compat/compat-2.6.36.c
b/compat/compat-2.6.36.c
index 3479af4917370acd6a49a87295eb6320ae718ac6..9295895b9379187bd9cb71d38a9b3a1d9a1ed765 100644
(file)
--- a/
compat/compat-2.6.36.c
+++ b/
compat/compat-2.6.36.c
@@
-133,7
+133,6
@@
int schedule_delayed_work_on(int cpu,
}
EXPORT_SYMBOL_GPL(schedule_delayed_work_on);
-#undef flush_scheduled_work
void flush_scheduled_work(void)
{
/*