fix some warnigns
authorDavid Schleef <ds@schleef.org>
Thu, 21 Nov 2002 04:28:13 +0000 (04:28 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 21 Nov 2002 04:28:13 +0000 (04:28 +0000)
include/linux/module.h

index 5f40d754e6d72668182fdf5678de9478a0b1d500..e0c6aaf96f7a41729ec4d7eb460c3af07e2a5ce6 100644 (file)
@@ -51,7 +51,7 @@
 #endif
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
-#define MODULE_DEVICE_TABLE(a,b)
+#define MODULE_DEVICE_TABLE(a,b) struct pci_device_id *module_device_table_unused = (b)
 #endif
 
 #include_next <linux/module.h>