From: Gergely Nagy <algernon@bonehunter.rulez.org>
To: linux-kernel@vger.kernel.org
Subject: [TRIVIAL][PPC] arch/ppc/syslib/open_pic.c missing an #include <linux/errno.h>
Date: Wed, 03 Sep 2003 00:32:26 +0200 [thread overview]
Message-ID: <834qzuzurp.wl%algernon@midgard.debian.net> (raw)
Hi!
While compiling linux 2.6.0-test4-bk4, the build failed quite early in
arch/ppc/syslib/open_pic.c, whining about not knowing what ENODEV
is. Adding an #include <linux/errno.h> fixed the problem.
Patch attached below.
--
Gergely Nagy
--- arch/ppc/syslib/open_pic.c.old 2003-09-03 00:27:09.000000000 +0200
+++ arch/ppc/syslib/open_pic.c 2003-09-03 00:26:46.000000000 +0200
@@ -8,6 +8,7 @@
* for more details.
*/
+#include <linux/errno.h>
#include <linux/config.h>
#include <linux/types.h>
#include <linux/kernel.h>
reply other threads:[~2003-09-02 22:32 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=834qzuzurp.wl%algernon@midgard.debian.net \
--to=algernon@bonehunter.rulez.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
all inboxes | Powered by JetHome®