]> git.baikalelectronics.ru Git - kernel.git/commit
fix module_update_markers() compile error
authorAdrian Bunk <bunk@kernel.org>
Fri, 15 Feb 2008 03:31:20 +0000 (19:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 15 Feb 2008 04:58:04 +0000 (20:58 -0800)
commitb66b7a8b9028e83d9d1f310e4db47f25926a06c3
tree3c0de774d57eb9896c720f8afd3c58d0144c8ae1
parent5b5ad0ec66a95cbd401d4fe0b8282e3c70adc7c5
fix module_update_markers() compile error

This patch fixes the following compile error with CONFIG_MODULES=n
caused by commit 224f571d36072edcb9e0aec698b82ad33f19515f:

/home/bunk/linux/kernel-2.6/git/linux-2.6/kernel/marker.c: In function `marker_update_probes':
/home/bunk/linux/kernel-2.6/git/linux-2.6/kernel/marker.c:627: error: too few arguments to function `module_update_markers'

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/module.h