Commit 9c1a0224 authored by Armin Schindler's avatar Armin Schindler Committed by Linus Torvalds

[PATCH] Eicon ISDN driver: cleanups

Removed doubled header file includes.
Removed includes of version.h.
Removed the use of __KERNEL_SYSCALLS__
parent f5937628
/* $Id: divamnt.c,v 1.27 2003/09/09 06:46:29 schindler Exp $
/* $Id: divamnt.c,v 1.28 2003/09/18 06:57:18 schindler Exp $
*
* Driver for Eicon DIVA Server ISDN cards.
* Maint module
......@@ -24,10 +24,9 @@
#include "platform.h"
#include "di_defs.h"
#include "divasync.h"
#include "di_defs.h"
#include "debug_if.h"
static char *main_revision = "$Revision: 1.27 $";
static char *main_revision = "$Revision: 1.28 $";
static int major;
......
/* $Id: divasmain.c,v 1.40 2003/09/10 08:02:33 schindler Exp $
/* $Id: divasmain.c,v 1.43 2003/09/22 08:57:31 schindler Exp $
*
* Low level driver for Eicon DIVA Server ISDN cards.
*
......@@ -9,13 +9,11 @@
* of the GNU General Public License, incorporated herein by reference.
*/
#define __KERNEL_SYSCALLS__
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/unistd.h>
#include <linux/devfs_fs_kernel.h>
#include <asm/uaccess.h>
#include <asm/io.h>
......@@ -43,7 +41,7 @@
#include "diva_dma.h"
#include "diva_pci.h"
static char *main_revision = "$Revision: 1.40 $";
static char *main_revision = "$Revision: 1.43 $";
static int major;
......
/* $Id: dqueue.c,v 1.1.2.2 2001/02/11 14:40:41 armin Exp $
/* $Id: dqueue.c,v 1.5 2003/04/12 21:40:49 schindler Exp $
*
* Driver for Eicon DIVA Server ISDN cards.
* User Mode IDI Interface
*
* Copyright 2000,2001 by Armin Schindler (mac@melware.de)
* Copyright 2000,2001 Cytronics & Melware (info@melware.de)
* Copyright 2000-2003 by Armin Schindler (mac@melware.de)
* Copyright 2000-2003 Cytronics & Melware (info@melware.de)
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
......
/* $Id: mntfunc.c,v 1.15 2003/08/25 14:49:53 schindler Exp $
/* $Id: mntfunc.c,v 1.16 2003/09/18 06:57:17 schindler Exp $
*
* Driver for Eicon DIVA Server ISDN cards.
* Maint module
......@@ -14,7 +14,6 @@
#include "platform.h"
#include "di_defs.h"
#include "divasync.h"
#include "di_defs.h"
#include "debug_if.h"
extern char *DRIVERRELEASE_MNT;
......
/* $Id: os_capi.h,v 1.1.2.2 2002/10/02 14:38:38 armin Exp $
/* $Id: os_capi.h,v 1.7 2003/04/12 21:40:49 schindler Exp $
*
* ISDN interface module for Eicon active cards DIVA.
* CAPI Interface OS include files
*
* Copyright 2000-2002 by Armin Schindler (mac@melware.de)
* Copyright 2000-2002 Cytronics & Melware (info@melware.de)
* Copyright 2000-2003 by Armin Schindler (mac@melware.de)
* Copyright 2000-2003 Cytronics & Melware (info@melware.de)
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
......
/* $Id: platform.h,v 1.31 2003/09/08 15:15:22 schindler Exp $
/* $Id: platform.h,v 1.32 2003/09/18 06:59:59 schindler Exp $
*
* platform.h
*
......@@ -19,7 +19,6 @@
#endif
#include <linux/config.h>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment