diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-30 12:08:51 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:48 -0400 |
commit | 07a97fe8864a38cedd24a2c8c89cce8c3efd6095 (patch) | |
tree | 6f81d3a5ca2201e0564fb2a0168f121807d43bb9 /drivers/isdn/hardware | |
parent | 31a1a1526d5b6f45aaed3e225a4751dce930736f (diff) |
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>
Diffstat (limited to 'drivers/isdn/hardware')
-rw-r--r-- | drivers/isdn/hardware/mISDN/mISDNisar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/mISDNisar.c b/drivers/isdn/hardware/mISDN/mISDNisar.c index d13fa5b119f5..7034af28d464 100644 --- a/drivers/isdn/hardware/mISDN/mISDNisar.c +++ b/drivers/isdn/hardware/mISDN/mISDNisar.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
30 | #include <linux/vmalloc.h> | 30 | #include <linux/vmalloc.h> |
31 | #include <linux/mISDNhw.h> | 31 | #include <linux/mISDNhw.h> |
32 | #include <linux/module.h> | ||
32 | #include "isar.h" | 33 | #include "isar.h" |
33 | 34 | ||
34 | #define ISAR_REV "2.1" | 35 | #define ISAR_REV "2.1" |