# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1259702353 -3600
# Node ID b306e6976682240a6199bb7f970705b783e50587
# Parent  88167b8589efdc465308f62f7e51e1d79e2b300c
Removed semaphore header.

diff -r 88167b8589ef -r b306e6976682 tty/module.c
--- a/tty/module.c	Tue Dec 01 22:16:50 2009 +0100
+++ b/tty/module.c	Tue Dec 01 22:19:13 2009 +0100
@@ -38,7 +38,6 @@
 #include <linux/tty.h>
 #include <linux/tty_driver.h>
 #include <linux/termios.h>
-#include <linux/semaphore.h>
 
 #include "../master/globals.h"
 #include "../include/ectty.h"