Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: include/linux/chromeos_platform.h

Issue 6690023: CHROMIUMOS: chromeos_acpi: Introduce ability to handle buffers. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: Enable Chromeos ACPI buffer handling. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/linux/chromeos_platform.h
diff --git a/include/linux/chromeos_platform.h b/include/linux/chromeos_platform.h
index f27a982b299f8d5bd3d1db4b259fcebdfe4f0514..b109454d356a3b96e2e09dc67dc3bfb50fec5578 100644
--- a/include/linux/chromeos_platform.h
+++ b/include/linux/chromeos_platform.h
@@ -22,6 +22,9 @@ extern bool chromeos_is_devmode(void);
extern int chromeos_set_need_recovery(void);
#else
+
+#include <linux/errno.h>
Olof Johansson 2011/03/14 21:24:32 Please add this to the top instead.
+
/* Stubbed-out versions so we can keep code common */
static inline bool chromeos_initialized(void)
{
« drivers/platform/x86/chromeos_acpi.c ('K') | « drivers/platform/x86/chromeos_acpi.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698