patch-2.4.2 linux/include/asm-arm/arch-sa1100/hardware.h

Next file: linux/include/asm-arm/arch-sa1100/ide.h
Previous file: linux/include/asm-arm/arch-sa1100/graphicsclient.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/include/asm-arm/arch-sa1100/hardware.h linux/include/asm-arm/arch-sa1100/hardware.h
@@ -80,6 +80,10 @@
  * Implementation specifics
  */
 
+#ifdef CONFIG_SA1100_PANGOLIN
+#include "pangolin.h"
+#endif
+
 #ifdef CONFIG_SA1100_ASSABET
 #include "assabet.h"
 #else
@@ -96,10 +100,6 @@
 
 #ifdef CONFIG_SA1100_BITSY
 #include "bitsy.h"
-#endif
-
-#if defined(CONFIG_SA1100_THINCLIENT)
-#include "thinclient.h"
 #endif
 
 #if defined(CONFIG_SA1100_GRAPHICSCLIENT)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)