summaryrefslogtreecommitdiffstats
path: root/lib/notifier.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/notifier.c')
-rw-r--r--lib/notifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notifier.c b/lib/notifier.c
index 9e8eb4e356..a2aac53c20 100644
--- a/lib/notifier.c
+++ b/lib/notifier.c
@@ -1,5 +1,5 @@
#include <common.h>
-#include <list.h>
+#include <linux/list.h>
#include <notifier.h>
int notifier_chain_register(struct notifier_head *nh, struct notifier_block *n)