From: Olaf Hering <olh@suse.de>

The pseries nvram driver started probably as a copy of nvram.c.  These
includes are not needed to build it.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/ppc64/kernel/pSeries_nvram.c |    5 -----
 1 files changed, 5 deletions(-)

diff -puN arch/ppc64/kernel/pSeries_nvram.c~ppc64-remove-unneeded-includes-from-pseries_nvramc arch/ppc64/kernel/pSeries_nvram.c
--- 25/arch/ppc64/kernel/pSeries_nvram.c~ppc64-remove-unneeded-includes-from-pseries_nvramc	2005-02-24 19:24:10.000000000 -0800
+++ 25-akpm/arch/ppc64/kernel/pSeries_nvram.c	2005-02-24 19:24:10.000000000 -0800
@@ -11,14 +11,9 @@
  * This perhaps should live in drivers/char
  */
 
-#include <linux/module.h>
 
 #include <linux/types.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/slab.h>
 #include <linux/spinlock.h>
_