2011-03-26 16:06:29 +02:00
|
|
|
--- a/compat/compat-2.6.39.c
|
|
|
|
+++ b/compat/compat-2.6.39.c
|
2011-05-17 00:50:26 +03:00
|
|
|
@@ -12,6 +12,7 @@
|
2011-03-26 16:06:29 +02:00
|
|
|
#include <linux/tty.h>
|
2011-05-17 00:50:26 +03:00
|
|
|
#include <linux/sched.h>
|
2011-03-26 16:06:29 +02:00
|
|
|
|
|
|
|
+#ifdef CONFIG_COMPAT_BLUETOOTH
|
|
|
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
|
|
|
|
/*
|
|
|
|
* Termios Helper Methods
|
2011-05-17 00:50:26 +03:00
|
|
|
@@ -111,4 +112,4 @@ int tty_set_termios(struct tty_struct *t
|
2011-03-26 16:06:29 +02:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL_GPL(tty_set_termios);
|
|
|
|
#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) */
|
|
|
|
-
|
|
|
|
+#endif
|