projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5dfc1
)
compat: backport SDIO_CLASS_BT_AMP
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 10 Aug 2010 20:21:26 +0000
(22:21 +0200)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 10 Aug 2010 21:56:01 +0000
(14:56 -0700)
This is needed by drivers/bluetooth/btsdio.c
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/linux/compat-2.6.37.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.37.h
b/include/linux/compat-2.6.37.h
index a33c9a24d7328656dc70482ca66349a003c95c79..cf0279e71c697c4f980fc34e0663817919296a89 100644
(file)
--- 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 */