diff mbox

powerpc/nvram: remove unused pstore headers

Message ID 4bd4cc6de1d163cb5c67270596bad7a03b569d7a.1465380013.git.geliangtang@gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

Geliang Tang June 8, 2016, 10:02 a.m. UTC
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>
---
 arch/powerpc/platforms/pseries/nvram.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Michael Ellerman June 15, 2016, 12:39 p.m. UTC | #1
On Wed, 2016-08-06 at 10:02:37 UTC, Geliang Tang wrote:
> 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>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/1e61423fb1b6a814e50ed7845c

cheers
diff mbox

Patch

diff --git a/arch/powerpc/platforms/pseries/nvram.c b/arch/powerpc/platforms/pseries/nvram.c
index 9f818417..79aef8c 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>