summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2013-04-01 23:36:32 +0200
committerJohannes Berg <johannes@sipsolutions.net>2013-04-01 23:36:32 +0200
commit4cf8410dd8b1f54600eefae73d695b004559e01e (patch)
tree6f861fb837e8a572f605cf3ca509efe6d18e098b /patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch
parentee21c030314154ceac7f3748e161a160d72c5cce (diff)
fix bluetooth ifdef
The recent kconfig shuffle broke this. Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch')
-rw-r--r--patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch b/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch
index a57f33ab..56e920be 100644
--- a/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch
+++ b/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch
@@ -18,7 +18,7 @@
return sk;
}
-+#if defined(CPTCFG_BACKPORT_BT_SOCK_CREATE_NEEDS_KERN)
++#if defined(CPTCFG_BACKPORT_OPTION_BT_SOCK_CREATE_NEEDS_KERN)
static int l2cap_sock_create(struct net *net, struct socket *sock, int protocol,
int kern)
+#else