aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree/linux/notifier.h
diff options
context:
space:
mode:
authorJonathan Corbet <[email protected]>2016-12-27 12:53:44 -0700
committerJonathan Corbet <[email protected]>2016-12-27 12:53:44 -0700
commit54ab6db0909061ab7ee07233d3cab86d29f86e6c (patch)
treea7650ab5c0fa3a6a3841de8e8693041b3e009054 /tools/testing/radix-tree/linux/notifier.h
parent217e2bfab22e740227df09f22165e834cddd8a3b (diff)
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
Merge tag 'v4.10-rc1' into docs-next
Linux 4.10-rc1
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