[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1338359162-5785-1-git-send-email-jarkko.sakkinen@intel.com>
Date: Wed, 30 May 2012 09:26:02 +0300
From: Jarkko Sakkinen <jarkko.sakkinen@...el.com>
To: Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Paul Gortmaker <paul.gortmaker@...driver.com>
Subject: [PATCH] x86, realmode: ia64 build fix (drivers/acpi/sleep.c)
From: Jarkko Sakkinen <Jarkko Sakkinen jarkko.sakkinen@...el.com>
Added CONFIG_ACPI_SLEEP caging for #include <asm/realmode.h>.
Signed-off-by: Jarkko Sakkinen <Jarkko Sakkinen jarkko.sakkinen@...el.com>
---
drivers/acpi/sleep.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
index a82fbf6..5b99f64 100644
--- a/drivers/acpi/sleep.c
+++ b/drivers/acpi/sleep.c
@@ -25,7 +25,9 @@
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
+#ifdef CONFIG_ACPI_SLEEP
#include <asm/realmode.h>
+#endif
#include "internal.h"
#include "sleep.h"
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists