From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] asus_acpi: don't include modversions.h
Date: Tue, 7 Oct 2003 21:06:08 -0300 [thread overview]
Message-ID: <20031008000607.GE5682@conectiva.com.br> (raw)
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>
reply other threads:[~2003-10-07 23:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031008000607.GE5682@conectiva.com.br \
--to=acme@conectiva.com.br \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.