All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asus_acpi: don't include modversions.h
@ 2003-10-08  0:06 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2003-10-08  0:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-07 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-08  0:06 [PATCH] asus_acpi: don't include modversions.h Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.