patch-2.4.6 linux/drivers/atm/iphase.c
Next file: linux/drivers/atm/nicstar.c
Previous file: linux/drivers/atm/idt77105.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Jun 28 14:48:08 2001
- Orig file:
v2.4.5/linux/drivers/atm/iphase.c
- Orig date:
Sun Feb 4 10:05:29 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/atm/iphase.c linux/drivers/atm/iphase.c
@@ -63,7 +63,6 @@
#include <asm/uaccess.h>
#include <asm/string.h>
#include <asm/byteorder.h>
-#include <math.h>
#include <linux/vmalloc.h>
#include "iphase.h"
#include "suni.h"
@@ -95,6 +94,10 @@
MODULE_PARM(IA_RX_BUF, "i");
MODULE_PARM(IA_RX_BUF_SZ, "i");
MODULE_PARM(IADebugFlag, "i");
+#endif
+
+#if BITS_PER_LONG != 32
+# error FIXME: this driver only works on 32-bit platforms
#endif
/**************************** IA_LIB **********************************/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)