summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-11-15 14:21:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-15 14:21:13 +0100
commit42cdd1452a51ca970a6cda76e3bdbe4f04d6e13f (patch)
treee977baadd93fd72759c1c0b96aee77090950b39b /fs/pstore/ram.c
parent71f347dadfd9d19b57c4bda1ff446add38081e92 (diff)
parentf1d33492703334c6a8c813c4af546a1d6d87c385 (diff)
downloadbarebox-42cdd1452a51ca970a6cda76e3bdbe4f04d6e13f.tar.gz
barebox-42cdd1452a51ca970a6cda76e3bdbe4f04d6e13f.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'fs/pstore/ram.c')
-rw-r--r--fs/pstore/ram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c
index 958f46b0ea..0d8bb8f418 100644
--- a/fs/pstore/ram.c
+++ b/fs/pstore/ram.c
@@ -31,7 +31,7 @@
#include <linux/log2.h>
#include <linux/spinlock.h>
#include <malloc.h>
-#include <printk.h>
+#include <linux/printk.h>
#include <stdio.h>
#include <globalvar.h>
#include <init.h>