mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -mm] Blackfin arch: fix compiling error in flat c file
@ 2007-03-26 10:12 Wu, Bryan
  0 siblings, 0 replies; only message in thread
From: Wu, Bryan @ 2007-03-26 10:12 UTC (permalink / raw)
  To: Andrew Morton, Arnd Bergmann, Paul Mundt, linux-kernel

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

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

only message in thread, other threads:[~2007-03-26 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-26 10:12 [PATCH -mm] Blackfin arch: fix compiling error in flat c file Wu, Bryan

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®