From: Christoph Hellwig <hch@lst.de>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fix compile warning in init/main.c
Date: Sat, 14 Aug 2004 16:24:36 +0200 [thread overview]
Message-ID: <20040814142436.GA25899@lst.de> (raw)
--- 1.150/init/main.c 2004-08-14 07:12:08 +02:00
+++ edited/init/main.c 2004-08-14 16:15:53 +02:00
@@ -96,7 +96,7 @@
#ifdef CONFIG_ACPI
extern void acpi_early_init(void);
#else
-static inline acpi_early_init() { }
+static inline void acpi_early_init(void) { }
#endif
#ifdef CONFIG_TC
reply other threads:[~2004-08-14 14:24 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=20040814142436.GA25899@lst.de \
--to=hch@lst.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox