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

Unified Diff: chromeos/compat-wireless/include/linux/pci-aspm.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/pci-aspm.h
diff --git a/chromeos/compat-wireless/include/linux/pci-aspm.h b/chromeos/compat-wireless/include/linux/pci-aspm.h
new file mode 100644
index 0000000000000000000000000000000000000000..2bc6efb33300bb5e45d18ed880f7d8a7c65a37a3
--- /dev/null
+++ b/chromeos/compat-wireless/include/linux/pci-aspm.h
@@ -0,0 +1,5 @@
+#include <linux/version.h>
+
+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25))
+#include_next <linux/pci-aspm.h>
+#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25)) */

Powered by Google App Engine
This is Rietveld 408576698