<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Olaf Hering &lt;olh@suse.de&gt;

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 &lt;olh@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 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 &lt;linux/module.h&gt;
 
 #include &lt;linux/types.h&gt;
 #include &lt;linux/errno.h&gt;
-#include &lt;linux/fs.h&gt;
-#include &lt;linux/miscdevice.h&gt;
-#include &lt;linux/fcntl.h&gt;
-#include &lt;linux/nvram.h&gt;
 #include &lt;linux/init.h&gt;
 #include &lt;linux/slab.h&gt;
 #include &lt;linux/spinlock.h&gt;
_
</pre></body></html>