mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-26 17:05:29 +00:00
This reverts commit 53855d10f4
.
It shouldn't have come in yet - it depends on the changes in linux-next
that will come in during the next merge window. As Matthew Wilcox says,
the test suite is broken with the current state without the revert.
Requested-by: Matthew Wilcox <mawilcox@microsoft.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
135 B
C
8 lines
135 B
C
#ifndef _NOTIFIER_H
|
|
#define _NOTIFIER_H
|
|
|
|
struct notifier_block;
|
|
|
|
#define NOTIFY_OK 0x0001 /* Suits me */
|
|
|
|
#endif
|