summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/08-rename-config-options/include_net_bluetooth_rfcomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches/collateral-evolutions/network/08-rename-config-options/include_net_bluetooth_rfcomm.h')
-rw-r--r--patches/collateral-evolutions/network/08-rename-config-options/include_net_bluetooth_rfcomm.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/collateral-evolutions/network/08-rename-config-options/include_net_bluetooth_rfcomm.h b/patches/collateral-evolutions/network/08-rename-config-options/include_net_bluetooth_rfcomm.h
deleted file mode 100644
index e54d04c3..00000000
--- a/patches/collateral-evolutions/network/08-rename-config-options/include_net_bluetooth_rfcomm.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/net/bluetooth/rfcomm.h
-+++ b/include/net/bluetooth/rfcomm.h
-@@ -351,7 +351,7 @@
-
- int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
-
--#ifdef CONFIG_BT_RFCOMM_TTY
-+#ifdef CONFIG_COMPAT_BT_RFCOMM_TTY
- int rfcomm_init_ttys(void);
- void rfcomm_cleanup_ttys(void);
- #else