patch-2.4.11-dontuse linux/drivers/isdn/pcbit/layer2.c
Next file: linux/drivers/isdn/pcbit/layer2.h
Previous file: linux/drivers/isdn/pcbit/edss1.h
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Sun Sep 30 12:26:06 2001
- Orig file:
v2.4.10/linux/drivers/isdn/pcbit/layer2.c
- Orig date:
Sun Sep 23 11:40:58 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/isdn/pcbit/layer2.c linux/drivers/isdn/pcbit/layer2.c
@@ -1,4 +1,6 @@
/*
+ * PCBIT-D low-layer interface
+ *
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
@@ -13,10 +15,6 @@
*/
/*
- * PCBIT-D low-layer interface
- */
-
-/*
* Based on documentation provided by Inesc:
* - "Interface com bus do PC para o PCBIT e PCBIT-D", Inesc, Jan 93
*/
@@ -25,16 +23,6 @@
* TODO: better handling of errors
* re-write/remove debug printks
*/
-
-#define __NO_VERSION__
-
-
-#ifdef MODULE
-#define INCLUDE_INLINE_FUNCS
-#endif
-
-
-#include <linux/module.h>
#include <linux/sched.h>
#include <linux/string.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)