From: Jan Glauber <[EMAIL PROTECTED]> [S390] fix non-smp compile.
Fix compile of sclp_quiesce for CONFIG_SMP=n. Signed-off-by: Jan Glauber <[EMAIL PROTECTED]> Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> --- drivers/s390/char/sclp_quiesce.c | 1 + 1 files changed, 1 insertion(+) diff -urpN linux-2.6/drivers/s390/char/sclp_quiesce.c linux-2.6-patched/drivers/s390/char/sclp_quiesce.c --- linux-2.6/drivers/s390/char/sclp_quiesce.c 2007-02-04 19:44:54.000000000 +0100 +++ linux-2.6-patched/drivers/s390/char/sclp_quiesce.c 2007-02-21 10:47:24.000000000 +0100 @@ -16,6 +16,7 @@ #include <asm/atomic.h> #include <asm/ptrace.h> #include <asm/sigp.h> +#include <asm/smp.h> #include "sclp.h" -- blue skies, IBM Deutschland Entwicklung GmbH Martin Vorsitzender des Aufsichtsrats: Johann Weihen Geschäftsführung: Herbert Kircher Martin Schwidefsky Sitz der Gesellschaft: Böblingen Linux on zSeries Registergericht: Amtsgericht Stuttgart, Development HRB 243294 "Reality continues to ruin my life." - Calvin. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/