From: Hauke Mehrtens Date: Tue, 10 Aug 2010 20:21:26 +0000 (+0200) Subject: compat: backport SDIO_CLASS_BT_AMP X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=82eaf999cdb8a00eebbeba3bdc41dec85f1e9ce1;p=openwrt%2Fstaging%2Fblogic.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 a33c9a24d732..cf0279e71c69 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 */