fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / isdn / hardware / eicon / capimain.c
index 4a17025..7a74ed3 100644 (file)
@@ -10,7 +10,6 @@
  * of the GNU General Public License, incorporated herein by reference.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <asm/uaccess.h>
@@ -102,8 +101,8 @@ static int diva_ctl_read_proc(char *page, char **start, off_t off,
 void diva_os_set_controller_struct(struct capi_ctr *ctrl)
 {
        ctrl->driver_name = DRIVERLNAME;
-       ctrl->load_firmware = 0;
-       ctrl->reset_ctr = 0;
+       ctrl->load_firmware = NULL;
+       ctrl->reset_ctr = NULL;
        ctrl->ctr_read_proc = diva_ctl_read_proc;
        ctrl->owner = THIS_MODULE;
 }