[TRIVIAL, PPC64] Remove #include processor.h from div64.S

From: David Gibson
Date: Sun Aug 01 2004 - 22:49:48 EST


Andrew, please apply.

This patch removes a redundant #include of processor.h from
arch/ppc64/boot/div64.S. I came across this because, at least with
the binutils versions I have currently installed, the 32-bit assembler
used for the bootstrap code objects to the // comments that recently
went into processor.h.

Signed-off-by: David Gibson <dwg@xxxxxxxxxx>

Index: working-2.6/arch/ppc64/boot/div64.S
===================================================================
--- working-2.6.orig/arch/ppc64/boot/div64.S 2004-05-20 12:57:52.000000000 +1000
+++ working-2.6/arch/ppc64/boot/div64.S 2004-08-02 13:35:55.133943736 +1000
@@ -14,7 +14,6 @@
* 2 of the License, or (at your option) any later version.
*/
#include <asm/ppc_asm.h>
-#include <asm/processor.h>

.globl __div64_32
__div64_32:


--
David Gibson | For every complex problem there is a
david AT gibson.dropbear.id.au | solution which is simple, neat and
| wrong.
http://www.ozlabs.org/people/dgibson
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/