瀏覽代碼

powerpc/pseries: Remove unused pstore headers in nvram.c

Since the pstore code has moved away from nvram.c, remove unused
pstore headers pstore.h and kmsg_dump.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Geliang Tang 9 年之前
父節點
當前提交
1e61423fb1
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/powerpc/platforms/pseries/nvram.c

+ 0 - 2
arch/powerpc/platforms/pseries/nvram.c

@@ -17,8 +17,6 @@
 #include <linux/init.h>
 #include <linux/spinlock.h>
 #include <linux/slab.h>
-#include <linux/kmsg_dump.h>
-#include <linux/pstore.h>
 #include <linux/ctype.h>
 #include <asm/uaccess.h>
 #include <asm/nvram.h>