public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] fix frv compile breakage
@ 2009-04-05 17:10 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2009-04-05 17:10 UTC (permalink / raw)
  To: Akinobu Mita, dhowells; +Cc: Andrew Morton, linux-kernel

This patch fixes the follwing build error caused by
commit 7ca43e7564679604d86e9ed834e7bbcffd8a4a3f
(mm: use debug_kmap_atomic):

<--  snip  -->

...
  AS      arch/frv/mm/tlb-miss.o
...
In file included from 
arch/frv/mm/tlb-miss.S:13:
...
Assembler messages:
include/asm-generic/ioctl.h:73: 
Error: unrecognized instruction `extern unsigned int __invalid_size_argument_for_IO...'
...

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
diff --git a/arch/frv/mm/tlb-miss.S b/arch/frv/mm/tlb-miss.S
index 0764348..7f392bc 100644
--- a/arch/frv/mm/tlb-miss.S
+++ b/arch/frv/mm/tlb-miss.S
@@ -13,7 +13,6 @@
 #include <linux/linkage.h>
 #include <asm/page.h>
 #include <asm/pgtable.h>
-#include <asm/highmem.h>
 #include <asm/spr-regs.h>
 
 	.section	.text.tlbmiss


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

only message in thread, other threads:[~2009-04-05 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05 17:10 [2.6 patch] fix frv compile breakage Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox