[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1174903930.32691.68.camel@roc-desktop>
Date: Mon, 26 Mar 2007 18:12:10 +0800
From: "Wu, Bryan" <bryan.wu@...log.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>,
Paul Mundt <lethal@...ux-sh.org>, linux-kernel@...r.kernel.org
Subject: [PATCH -mm] Blackfin arch: fix compiling error in flat c file
Hi folks,
THis patch fixed including wrong header file when compiling in
2.6.21-rc4-mm.
Signed-off-by: Bryan Wu <bryan.wu@...log.com>
---
arch/blackfin/kernel/flat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/arch/blackfin/kernel/flat.c
===================================================================
--- linux-2.6.orig/arch/blackfin/kernel/flat.c
+++ linux-2.6/arch/blackfin/kernel/flat.c
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <linux/kernel.h>
#include <linux/module.h>
+#include <linux/sched.h>
#include <linux/flat.h>
#define FLAT_BFIN_RELOC_TYPE_16_BIT 0
_
Thanks,
-Bryan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists