lkml.org 
[lkml]   [2007]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH -mm] Blackfin arch: fix compiling error in flat c file
From
Date
Hi folks,

THis patch fixed including wrong header file when compiling in
2.6.21-rc4-mm.

Signed-off-by: Bryan Wu <bryan.wu@analog.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-26 12:15    [W:1.259 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site