drivers/isdn: Add module.h to ISDN files implicitly using it.

So that we don't get build failures once the implicit module.h
presence is terminated.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
Paul Gortmaker
2011-08-30 12:08:51 -04:00
parent 31a1a1526d
commit 07a97fe886
3 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include "gigaset.h"
#include <linux/gigaset_dev.h>
#include <linux/tty_flip.h>
#include <linux/module.h>
/*** our ioctls ***/