diff options
-rw-r--r-- | drivers/isdn/capi/capifs.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/os_bri.c | 1 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/os_pri.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/drivers/isdn/capi/capifs.c b/drivers/isdn/capi/capifs.c index 7b564c0dd996..207cae366256 100644 --- a/drivers/isdn/capi/capifs.c +++ b/drivers/isdn/capi/capifs.c | |||
@@ -17,6 +17,8 @@ | |||
17 | #include <linux/ctype.h> | 17 | #include <linux/ctype.h> |
18 | #include <linux/sched.h> /* current */ | 18 | #include <linux/sched.h> /* current */ |
19 | 19 | ||
20 | #include "capifs.h" | ||
21 | |||
20 | MODULE_DESCRIPTION("CAPI4Linux: /dev/capi/ filesystem"); | 22 | MODULE_DESCRIPTION("CAPI4Linux: /dev/capi/ filesystem"); |
21 | MODULE_AUTHOR("Carsten Paeth"); | 23 | MODULE_AUTHOR("Carsten Paeth"); |
22 | MODULE_LICENSE("GPL"); | 24 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/isdn/hardware/eicon/os_bri.c b/drivers/isdn/hardware/eicon/os_bri.c index 4cc44a5dd1db..f31bba5b16ff 100644 --- a/drivers/isdn/hardware/eicon/os_bri.c +++ b/drivers/isdn/hardware/eicon/os_bri.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include "diva_pci.h" | 16 | #include "diva_pci.h" |
17 | #include "mi_pc.h" | 17 | #include "mi_pc.h" |
18 | #include "pc_maint.h" | 18 | #include "pc_maint.h" |
19 | #include "dsrv_bri.h" | ||
19 | 20 | ||
20 | /* | 21 | /* |
21 | ** IMPORTS | 22 | ** IMPORTS |
diff --git a/drivers/isdn/hardware/eicon/os_pri.c b/drivers/isdn/hardware/eicon/os_pri.c index 8ac207f75e54..a296a846f296 100644 --- a/drivers/isdn/hardware/eicon/os_pri.c +++ b/drivers/isdn/hardware/eicon/os_pri.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include "pc_maint.h" | 18 | #include "pc_maint.h" |
19 | #include "dsp_tst.h" | 19 | #include "dsp_tst.h" |
20 | #include "diva_dma.h" | 20 | #include "diva_dma.h" |
21 | #include "dsrv_pri.h" | ||
21 | 22 | ||
22 | /* -------------------------------------------------------------------------- | 23 | /* -------------------------------------------------------------------------- |
23 | OS Dependent part of XDI driver for DIVA PRI Adapter | 24 | OS Dependent part of XDI driver for DIVA PRI Adapter |