[PATCH] Fix compile errors for Sibyte

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Ralf,

With the latest CVS, when compiling for Sibyte:

In file included from arch/mips/mm/cex-sb1.S:25:
include/asm/sibyte/board.h:19:1: unterminated #ifndef
make[1]: *** [arch/mips/mm/cex-sb1.o] Error 1
make: *** [arch/mips/mm] Error 2

Attached patch fixes it.

Thanks
Manish Lachwani
Index: linux/include/asm-mips/sibyte/board.h
===================================================================
--- linux.orig/include/asm-mips/sibyte/board.h
+++ linux/include/asm-mips/sibyte/board.h
@@ -52,4 +52,6 @@
 #define setleds(t0,t1,c0,c1,c2,c3)
 #endif /* LEDS_PHYS */
 
+#endif /* __ASSEMBLY__ */
+
 #endif /* _SIBYTE_BOARD_H */

[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux