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

Unified Diff: chromeos/compat-wireless/include/linux/compat-2.6.25.h

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years 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: chromeos/compat-wireless/include/linux/compat-2.6.25.h
diff --git a/chromeos/compat-wireless/include/linux/compat-2.6.25.h b/chromeos/compat-wireless/include/linux/compat-2.6.25.h
index 8d329b33c0385e3f4e57f6c249170c0ebdc5d9d5..ad3220a7521c4a704d41048a2b49e5e99a64c1bf 100644
--- a/chromeos/compat-wireless/include/linux/compat-2.6.25.h
+++ b/chromeos/compat-wireless/include/linux/compat-2.6.25.h
@@ -58,7 +58,9 @@ int compat_pm_qos_power_deinit(void);
* 2.6.25 adds PM_EVENT_HIBERNATE as well here but
* we don't have this on <= 2.6.23)
*/
+#ifndef PM_EVENT_SLEEP /* some distribution have mucked with their own headers to add this.. */
#define PM_EVENT_SLEEP (PM_EVENT_SUSPEND)
+#endif
/* Although we don't care about wimax this is needed for rfkill input stuff */
#define KEY_WIMAX 246

Powered by Google App Engine
This is Rietveld 408576698