ACPI / APEI: Add support for the SDEI GHES Notification type
[linux-2.6-microblaze.git] / include / linux / arm_sdei.h
index 3938991..3305ea7 100644 (file)
@@ -12,7 +12,10 @@ enum sdei_conduit_types {
 };
 
 #include <acpi/ghes.h>
+
+#ifdef CONFIG_ARM_SDE_INTERFACE
 #include <asm/sdei.h>
+#endif
 
 /* Arch code should override this to set the entry point from firmware... */
 #ifndef sdei_arch_get_entry_point