]> git.baikalelectronics.ru Git - kernel.git/commit
module: add stub for is_module_percpu_address
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 31 Mar 2010 02:33:42 +0000 (11:33 +0900)
committerTejun Heo <tj@kernel.org>
Wed, 31 Mar 2010 02:33:42 +0000 (11:33 +0900)
commitd06f886d409c450145f112076109b55cae611964
treea06b35a25d939fb762d45b563df091d390e0274b
parent17963be24074c485357e8113979c6b4e2708b7bc
module: add stub for is_module_percpu_address

Fix build for CONFIG_MODULES not enabled by providing a stub
for is_module_percpu_address().

kernel/lockdep.c:605: error: implicit declaration of function 'is_module_percpu_address'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/module.h