]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/acpi/internal.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[linux.git] / drivers / acpi / internal.h
index 4361c4415b4f4cce9b96a6c0f7aaec42c1f09b52..fc8c43e767074c177c56c1c97adc6a3a077d5336 100644 (file)
@@ -248,4 +248,10 @@ void acpi_watchdog_init(void);
 static inline void acpi_watchdog_init(void) {}
 #endif
 
+#ifdef CONFIG_ACPI_LPIT
+void acpi_init_lpit(void);
+#else
+static inline void acpi_init_lpit(void) { }
+#endif
+
 #endif /* _ACPI_INTERNAL_H_ */