From: Hauke Mehrtens Date: Thu, 11 Mar 2010 21:32:43 +0000 (+0100) Subject: compat: backport PCMCIA_DEVICE_PROD_ID3 X-Git-Tag: compat-linux-2.6.34.y~16 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c2141ed115ab4fb82d9d082c10019e7239a21578;p=compat-rdma%2Fcompat.git compat: backport PCMCIA_DEVICE_PROD_ID3 Signed-off-by: Hauke Mehrtens --- diff --git a/include/linux/compat-2.6.34.h b/include/linux/compat-2.6.34.h index d189bee..1cb3e06 100644 --- a/include/linux/compat-2.6.34.h +++ b/include/linux/compat-2.6.34.h @@ -155,6 +155,13 @@ static inline void device_unlock(struct device *dev) up(&dev->sem); } +#if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE) +#define PCMCIA_DEVICE_PROD_ID3(v3, vh3) { \ + .match_flags = PCMCIA_DEV_ID_MATCH_PROD_ID3, \ + .prod_id = { NULL, NULL, (v3), NULL }, \ + .prod_id_hash = { 0, 0, (vh3), 0 }, } +#endif + #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) */ #endif /* LINUX_26_34_COMPAT_H */