patch-2.4.22 linux-2.4.22/arch/sh/kernel/led_se.c

Next file: linux-2.4.22/arch/sh/kernel/mach_7751se.c
Previous file: linux-2.4.22/arch/sh/kernel/kgdb_stub.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/sh/kernel/led_se.c linux-2.4.22/arch/sh/kernel/led_se.c
@@ -10,7 +10,14 @@
  */
 
 #include <linux/config.h>
+
+#ifdef CONFIG_SH_7751_SOLUTION_ENGINE
+#include <asm/hitachi_7751se.h>
+#elif defined(CONFIG_SH_MOBILE_SOLUTION_ENGINE)
+#include <asm/hitachi_shmse.h>
+#else
 #include <asm/hitachi_se.h>
+#endif
 
 static void mach_led(int position, int value)
 {

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