OSDN Git Service

powerpc/pseries: Remove unused pstore headers in nvram.c
authorGeliang Tang <geliangtang@gmail.com>
Wed, 8 Jun 2016 10:02:37 +0000 (18:02 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 14 Jun 2016 06:05:35 +0000 (16:05 +1000)
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>
arch/powerpc/platforms/pseries/nvram.c

index 9f81841..79aef8c 100644 (file)
@@ -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>