Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264289AbTIBWcL (ORCPT ); Tue, 2 Sep 2003 18:32:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264307AbTIBWcL (ORCPT ); Tue, 2 Sep 2003 18:32:11 -0400 Received: from pool-250.gatesgroup.hu ([195.56.144.250]:15367 "EHLO treebeard.bonehunter.rulez.org") by vger.kernel.org with ESMTP id S264289AbTIBWcI (ORCPT ); Tue, 2 Sep 2003 18:32:08 -0400 Date: Wed, 03 Sep 2003 00:32:26 +0200 Message-ID: <834qzuzurp.wl%algernon@midgard.debian.net> From: Gergely Nagy To: linux-kernel@vger.kernel.org Subject: [TRIVIAL][PPC] arch/ppc/syslib/open_pic.c missing an #include User-Agent: Wanderlust/2.11.7 (Wonderwall) Emacs/21.3 Mule/5.0 (SAKAKI) X-Fortune: Teachers have class. X-Marvin: Life, loathe it or ignore it, you can't like it. MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 776 Lines: 26 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 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 #include #include #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/