From fe80007c43acfab5b862bb0f799d37a51222b03b Mon Sep 17 00:00:00 2001 From: Steve Wise Date: Wed, 7 Jan 2015 13:51:22 -0600 Subject: [PATCH] Add PCI_EXP_LNKCTL_ASPM_L0S define Used by cxgb3 backport. Signed-off-by: Steve Wise --- include/linux/compat-3.8.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/compat-3.8.h b/include/linux/compat-3.8.h index 77759d4..11eff81 100644 --- a/include/linux/compat-3.8.h +++ b/include/linux/compat-3.8.h @@ -16,6 +16,9 @@ #ifndef PCI_EXP_LNKCAP_SLS_5_0GB #define PCI_EXP_LNKCAP_SLS_5_0GB 0x00000002 /* LNKCAP2 SLS Vector bit 1 */ #endif +#ifndef PCI_EXP_LNKCTL_ASPM_L0S +#define PCI_EXP_LNKCTL_ASPM_L0S 0x01 /* L0s Enable */ +#endif #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) */ -- 2.41.0