commit | 772a0dc5d2103baff2f15c2668930bcd37add777 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Thu Mar 23 03:00:55 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Mar 23 07:38:16 2006 -0800 |
tree | d1f9a8e1b676e7e018edc926895b677a65a89d6a | |
parent | 91368d73e4b60d577ad171e5bd315b564265fcdb [diff] |
[PATCH] notifier: profile.h forward decl fix Declarations use struct notifier_block on both legs of the ifdef, so move the notifier_block forward declaration outside the ifdef. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>