From: Luis R. Rodriguez Date: Tue, 14 Dec 2010 01:19:01 +0000 (-0800) Subject: compat: backport PCI_EXP_LNKCTL_ES added for on 2.6.29 X-Git-Tag: v2.6.38-rc1-1~12 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3547391afd58ff016adcf8c7ea8f5949cf88be41;p=~emulex%2Fcompat.git compat: backport PCI_EXP_LNKCTL_ES added for on 2.6.29 Signed-off-by: Luis R. Rodriguez --- diff --git a/include/linux/compat-2.6.29.h b/include/linux/compat-2.6.29.h index cce678f..78b2d58 100644 --- a/include/linux/compat-2.6.29.h +++ b/include/linux/compat-2.6.29.h @@ -17,6 +17,8 @@ #include #include +#define PCI_EXP_LNKCTL_ES 0x0080 /* Extended Synch */ + /* * Older kernels do not have struct net_device_ops but what we can * do is just define the data structure and use a caller to let us