aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree/linux/notifier.h
diff options
context:
space:
mode:
authorMatthew Wilcox <[email protected]>2016-12-07 14:44:33 -0800
committerLinus Torvalds <[email protected]>2016-12-07 17:10:00 -0800
commit53855d10f4567a0577360b6448d52a863929775b (patch)
tree8297310a66d20b6d01bcef8ad64951963eb6156b /tools/testing/radix-tree/linux/notifier.h
parent5c7e9ccd91b90d87029261f8856294ee51934cab (diff)
radix tree test suite: fix compilation
Patch "lib/radix-tree: Convert to hotplug state machine" breaks the test suite as it adds a call to cpuhp_setup_state_nocalls() which is not currently emulated in the test suite. Add it, and delete the emulation of the old CPU hotplug mechanism. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Matthew Wilcox <[email protected]> Tested-by: Kirill A. Shutemov <[email protected]> Cc: Konstantin Khlebnikov <[email protected]> Cc: Ross Zwisler <[email protected]> Cc: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/testing/radix-tree/linux/notifier.h')
-rw-r--r--tools/testing/radix-tree/linux/notifier.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/testing/radix-tree/linux/notifier.h b/tools/testing/radix-tree/linux/notifier.h
deleted file mode 100644
index 70e4797d5a46..000000000000
--- a/tools/testing/radix-tree/linux/notifier.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _NOTIFIER_H
-#define _NOTIFIER_H
-
-struct notifier_block;
-
-#define NOTIFY_OK 0x0001 /* Suits me */
-
-#endif