mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 18:03:21 +07:00
2b41226b39
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>
9 lines
135 B
C
9 lines
135 B
C
#ifndef _NOTIFIER_H
|
|
#define _NOTIFIER_H
|
|
|
|
struct notifier_block;
|
|
|
|
#define NOTIFY_OK 0x0001 /* Suits me */
|
|
|
|
#endif
|