]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] asus_acpi: don't include modversions.h
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Tue, 7 Oct 2003 10:15:30 +0000 (03:15 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 7 Oct 2003 10:15:30 +0000 (03:15 -0700)
This fixes asus_acpi.c when doing a modular build

drivers/acpi/asus_acpi.c

index ce0fcd68fc9aa0aeec95218159db137b99dc790c..69e6b16e85ab769e7923bee8d3d38182d5346575 100644 (file)
@@ -33,9 +33,6 @@
  */
 
 #include <linux/config.h>
-#if defined (CONFIG_MODVERSIONS) && !defined (MODVERSIONS) && defined (MODULE)
-#include <linux/modversions.h>
-#endif
 
 #include <linux/kernel.h>
 #include <linux/module.h>