[PATCH] oprofile doesn't compile with CONFIG_MODULES=n
authorJohn Levon <levon@movementarian.org>
Fri, 4 Apr 2003 12:16:28 +0000 (04:16 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 4 Apr 2003 12:16:28 +0000 (04:16 -0800)
commit1f935de0912d7b23fde7e8f24098219524bd506a
tree91dc6eec46ad89e3964bc5fc47d5bc224f870efa
parent515ad669ccf3c7c1c2fd8c8c02d22746872ce9f4
[PATCH] oprofile doesn't compile with CONFIG_MODULES=n

The semantically correct approach is for register_module_notifier not to
exist at all.  That way is #ifdef hell.

So this just makes it an empty function (and also adds a missing
comment).
drivers/oprofile/buffer_sync.c