aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/bluetooth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r--include/net/bluetooth/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index 06b24f637026..5309b6fa6690 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -135,7 +135,7 @@ struct bt_skb_cb {
135}; 135};
136#define bt_cb(skb) ((struct bt_skb_cb *)(skb->cb)) 136#define bt_cb(skb) ((struct bt_skb_cb *)(skb->cb))
137 137
138static inline struct sk_buff *bt_skb_alloc(unsigned int len, int how) 138static inline struct sk_buff *bt_skb_alloc(unsigned int len, unsigned int __nocast how)
139{ 139{
140 struct sk_buff *skb; 140 struct sk_buff *skb;
141 141