profiling: fix up CONFIG_PROC_FS=n build
authorPaul Mundt <lethal@linux-sh.org>
Wed, 22 Oct 2008 21:14:59 +0000 (14:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 15:55:01 +0000 (08:55 -0700)
commit66f50ee3cee4c9d98eea0add6f439e6e5e0ca4a5
tree63da8fe45ffdb90d57e013f863795413eb8fd90e
parent4c8210427bd1b7efa1dabf93f4d2312f29908d8f
profiling: fix up CONFIG_PROC_FS=n build

In the case where procfs is disabled, create_proc_profile() does not
exist. Stub it in with the others.

Signed-off-by: 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/profile.h