dnsmasq: Allow creating static DNS entries from static lease entries
[openwrt/svn-archive/archive.git] / package / kernel / mac80211 / patches / 020-disable_tty_set_termios.patch
index 89c6a60e13727233b6dbebfce3ac77aab3c9ce3e..e6d4ff6e9de4c2838ef9dc37ce39c5697794a375 100644 (file)
@@ -6,11 +6,11 @@
  
 +#ifdef CONFIG_COMPAT_BLUETOOTH
  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
+ #ifdef CONFIG_TTY
  /*
-  *            Termios Helper Methods
-@@ -112,4 +113,4 @@ int tty_set_termios(struct tty_struct *t
- }
+@@ -114,4 +115,4 @@ int tty_set_termios(struct tty_struct *t
  EXPORT_SYMBOL_GPL(tty_set_termios);
+ #endif /* CONFIG_TTY */
  #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) */
 -
 +#endif