diff options
author | Geliang Tang <geliangtang@gmail.com> | 2016-06-08 12:02:37 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-06-14 08:05:35 +0200 |
commit | 1e61423fb1b6a814e50ed7845c6c5f2bd5b4c6dc (patch) | |
tree | 2ca573429e616d2e9563ef639e82d3b064c92e8b | |
parent | powerpc: Define and use PPC64_ELF_ABI_v2/v1 (diff) | |
download | linux-1e61423fb1b6a814e50ed7845c6c5f2bd5b4c6dc.tar.xz linux-1e61423fb1b6a814e50ed7845c6c5f2bd5b4c6dc.zip |
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>
-rw-r--r-- | arch/powerpc/platforms/pseries/nvram.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/nvram.c b/arch/powerpc/platforms/pseries/nvram.c index 9f8184175c86..79aef8c1c5b3 100644 --- a/arch/powerpc/platforms/pseries/nvram.c +++ b/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> |