Commit 88e470bf authored by Olaf Hering's avatar Olaf Hering Committed by Linus Torvalds

[PATCH] remove unneeded includes from pSeries_nvram.c

The pseries nvram driver started probably as a copy of nvram.c.  These
includes are not needed to build it.
Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f57efe0f
...@@ -11,14 +11,9 @@ ...@@ -11,14 +11,9 @@
* This perhaps should live in drivers/char * This perhaps should live in drivers/char
*/ */
#include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/fcntl.h>
#include <linux/nvram.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment