fixup error when LINUX_BACKPORT macro was added
authorAndy Gospodarek <andy@greyhouse.net>
Fri, 5 Apr 2013 02:04:46 +0000 (22:04 -0400)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 5 Apr 2013 09:42:05 +0000 (11:42 +0200)
commit665aa8ef285af61132f0937d95219c8a17f6259e
treea532dfb22a618bc47e034a3b146665ba59401603
parent98e3dc151cfda4f214a4f13976fcbd1f4a6ed2e0
fixup error when LINUX_BACKPORT macro was added

Commit a05e783cb8853210628bd1f2bd82d17dd004c9d1 did not properly
backport the symbols for:

schedule_delayed_work
schedule_delayed_work_on

as it left the 'compat' string there when adding the LINUX_BACKPORT
symbol.  This resulted in these two not getting redefined and kernels
with these backported resulted in duplicate symbols when trying to load
compat.ko.

Signed-off-by: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/include/linux/compat-2.6.36.h