summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/ser-gigaset.c
diff options
context:
space:
mode:
authorTilman Schmidt2010-04-16 14:08:58 +0200
committerDavid S. Miller2010-04-18 11:33:29 +0200
commitb91ecb0027c7171c83d7cf443a22c39b1fde6d83 (patch)
tree85f65a47bf44d93dc66156503cf553ddb4280ce7 /drivers/isdn/gigaset/ser-gigaset.c
parentpacket : remove init_net restriction (diff)
downloadkernel-qcow2-linux-b91ecb0027c7171c83d7cf443a22c39b1fde6d83.tar.gz
kernel-qcow2-linux-b91ecb0027c7171c83d7cf443a22c39b1fde6d83.tar.xz
kernel-qcow2-linux-b91ecb0027c7171c83d7cf443a22c39b1fde6d83.zip
gigaset: include cleanup cleanup
Commit 5a0e3ad causes slab.h to be included twice in many of the Gigaset driver's source files, first via the common include file gigaset.h and then a second time directly. Drop the spares, and use the opportunity to clean up a few more similar cases. Impact: cleanup, no functional change Signed-off-by: Tilman Schmidt <tilman@imap.cc> CC: Tejun Heo <tj@kernel.org> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/ser-gigaset.c')
-rw-r--r--drivers/isdn/gigaset/ser-gigaset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/isdn/gigaset/ser-gigaset.c b/drivers/isdn/gigaset/ser-gigaset.c
index 8b0afd203a07..e96c0586886c 100644
--- a/drivers/isdn/gigaset/ser-gigaset.c
+++ b/drivers/isdn/gigaset/ser-gigaset.c
@@ -11,13 +11,10 @@
*/
#include "gigaset.h"
-
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/platform_device.h>
-#include <linux/tty.h>
#include <linux/completion.h>
-#include <linux/slab.h>
/* Version Information */
#define DRIVER_AUTHOR "Tilman Schmidt"