patch-2.4.10 linux/drivers/atm/zatm.c

Next file: linux/drivers/block/Config.in
Previous file: linux/drivers/atm/uPD98402.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/atm/zatm.c linux/drivers/atm/zatm.c
@@ -52,6 +52,12 @@
 #define DPRINTK(format,args...)
 #endif
 
+#ifndef __i386__
+#ifdef CONFIG_ATM_ZATM_EXACT_TS
+#warning Precise timestamping only available on i386 platform
+#undef CONFIG_ATM_ZATM_EXACT_TS
+#endif
+#endif
 
 #ifndef CONFIG_ATM_ZATM_DEBUG
 
@@ -1846,6 +1852,8 @@
 
 #ifdef MODULE
  
+MODULE_LICENSE("GPL");
+
 int init_module(void)
 {
 	if (!zatm_detect()) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)