mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [TRIVIAL][PPC] arch/ppc/syslib/open_pic.c missing an #include <linux/errno.h>
@ 2003-09-02 22:32 Gergely Nagy
  0 siblings, 0 replies; only message in thread
From: Gergely Nagy @ 2003-09-02 22:32 UTC (permalink / raw)
  To: linux-kernel

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>

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

only message in thread, other threads:[~2003-09-02 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02 22:32 [TRIVIAL][PPC] arch/ppc/syslib/open_pic.c missing an #include <linux/errno.h> Gergely Nagy

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®