From 4cf8410dd8b1f54600eefae73d695b004559e01e Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Mon, 1 Apr 2013 23:36:32 +0200 Subject: fix bluetooth ifdef The recent kconfig shuffle broke this. Signed-off-by: Johannes Berg --- .../collateral-evolutions/network/16-bluetooth/net_bluetooth_sco.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_sco.patch') diff --git a/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_sco.patch b/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_sco.patch index ea1a53c0..004869ae 100644 --- a/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_sco.patch +++ b/patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_sco.patch @@ -4,7 +4,7 @@ return sk; } -+#if defined(CPTCFG_BACKPORT_BT_SOCK_CREATE_NEEDS_KERN) ++#if defined(CPTCFG_BACKPORT_OPTION_BT_SOCK_CREATE_NEEDS_KERN) static int sco_sock_create(struct net *net, struct socket *sock, int protocol, int kern) +#else -- cgit v1.2.3