patch-2.4.6 linux/drivers/char/epca.c
Next file: linux/drivers/char/esp.c
Previous file: linux/drivers/char/drm/radeon_bufs.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Jun 27 14:13:01 2001
- Orig file:
v2.4.5/linux/drivers/char/epca.c
- Orig date:
Tue May 22 10:23:16 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/char/epca.c linux/drivers/char/epca.c
@@ -60,6 +60,10 @@
#include "epca.h"
#include "epcaconfig.h"
+#if BITS_PER_LONG != 32
+# error FIXME: this driver only works on 32-bit platforms
+#endif
+
/* ---------------------- Begin defines ------------------------ */
#define VERSION "1.3.0.1-LK"
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)