Package: device3dfx
Version:
Author: Guillem Jover <guillem@hadrons.org>
Status: applied
Debbug: 116320
Description:
 Fix compilation error with kernel 2.4 using module versioning.

--- old/3dfx_driver.c	Sat Jul 28 10:14:21 2001
+++ new/3dfx_driver.c	Thu Dec 20 15:52:03 2001
@@ -100,13 +106,13 @@
 #endif
 
 #ifdef MODULE
-#include <linux/module.h>
 #if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS)
 #define MODVERSIONS
 #endif
 #ifdef MODVERSIONS
 #include <linux/modversions.h>
 #endif
+#include <linux/module.h>
 #else
 #define MOD_INC_USE_COUNT
 #define MOD_DEC_USE_COUNT
