[PATCH] asus_acpi: don't include modversions.h

From: Arnaldo Carvalho de Melo
Date: Tue Oct 07 2003 - 18:59:35 EST


Hi Linus,

Please consider applying, fixes this when doing a build with
allmodconfig:

CC [M] drivers/acpi/asus_acpi.o
drivers/acpi/asus_acpi.c:37:31: linux/modversions.h: Arquivo ou diretório nao encontrado
make[2]: ** [drivers/acpi/asus_acpi.o] Erro 1
make[1]: ** [drivers/acpi] Erro 2
make: ** [drivers] Erro 2

- Arnaldo

===== drivers/acpi/asus_acpi.c 1.4 vs edited =====
--- 1.4/drivers/acpi/asus_acpi.c Tue Sep 30 21:38:12 2003
+++ edited/drivers/acpi/asus_acpi.c Tue Oct 7 20:56:24 2003
@@ -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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/