From: Hauke Mehrtens Date: Tue, 10 Aug 2010 20:21:26 +0000 (+0200) Subject: compat: backport SDIO_CLASS_BT_AMP X-Git-Tag: v2.6.37-rc1-1~28 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=82eaf999cdb8a00eebbeba3bdc41dec85f1e9ce1;p=~emulex%2Ffor-vlad%2Fcompat.git compat: backport SDIO_CLASS_BT_AMP This is needed by drivers/bluetooth/btsdio.c Signed-off-by: Hauke Mehrtens --- diff --git a/include/linux/compat-2.6.37.h b/include/linux/compat-2.6.37.h index a33c9a2..cf0279e 100644 --- a/include/linux/compat-2.6.37.h +++ b/include/linux/compat-2.6.37.h @@ -22,6 +22,8 @@ #define br_port_exists(dev) (dev->br_port) #endif +#define SDIO_CLASS_BT_AMP 0x09 /* Type-A Bluetooth AMP interface */ + #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) */ #endif /* LINUX_26_37_COMPAT_H */