* [2.6 patch] sh/mm/pg-sh7705.c must #include <linux/fs.h>
@ 2008-03-03 18:07 ` Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2008-03-03 18:07 UTC (permalink / raw)
To: Paul Mundt; +Cc: linux-sh, linux-kernel
This patch fixes the following compile error:
<-- snip -->
...
CC arch/sh/mm/pg-sh7705.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c: In function 'ptep_get_and_clear':
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c:130: error: implicit declaration of function 'mapping_writably_mapped'
make[2]: *** [arch/sh/mm/pg-sh7705.o] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
---
abeeede2889319116acd5969913c5fe3c78ead05 foobar
diff --git a/arch/sh/mm/pg-sh7705.c b/arch/sh/mm/pg-sh7705.c
index a4b015f..7f885b7 100644
--- a/arch/sh/mm/pg-sh7705.c
+++ b/arch/sh/mm/pg-sh7705.c
@@ -14,6 +14,7 @@
#include <linux/mman.h>
#include <linux/mm.h>
#include <linux/threads.h>
+#include <linux/fs.h>
#include <asm/addrspace.h>
#include <asm/page.h>
#include <asm/pgtable.h>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [2.6 patch] sh/mm/pg-sh7705.c must #include <linux/fs.h>
@ 2008-03-03 18:07 ` Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2008-03-03 18:07 UTC (permalink / raw)
To: Paul Mundt; +Cc: linux-sh, linux-kernel
This patch fixes the following compile error:
<-- snip -->
...
CC arch/sh/mm/pg-sh7705.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c: In function 'ptep_get_and_clear':
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c:130: error: implicit declaration of function 'mapping_writably_mapped'
make[2]: *** [arch/sh/mm/pg-sh7705.o] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
---
abeeede2889319116acd5969913c5fe3c78ead05 foobar
diff --git a/arch/sh/mm/pg-sh7705.c b/arch/sh/mm/pg-sh7705.c
index a4b015f..7f885b7 100644
--- a/arch/sh/mm/pg-sh7705.c
+++ b/arch/sh/mm/pg-sh7705.c
@@ -14,6 +14,7 @@
#include <linux/mman.h>
#include <linux/mm.h>
#include <linux/threads.h>
+#include <linux/fs.h>
#include <asm/addrspace.h>
#include <asm/page.h>
#include <asm/pgtable.h>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [2.6 patch] sh/mm/pg-sh7705.c must #include <linux/fs.h>
2008-03-03 18:07 ` Adrian Bunk
@ 2008-03-04 6:26 ` Paul Mundt
-1 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2008-03-04 6:26 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-sh, linux-kernel
On Mon, Mar 03, 2008 at 08:07:42PM +0200, Adrian Bunk wrote:
> This patch fixes the following compile error:
>
> <-- snip -->
>
> ...
> CC arch/sh/mm/pg-sh7705.o
> /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c: In function 'ptep_get_and_clear':
> /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c:130: error: implicit declaration of function 'mapping_writably_mapped'
> make[2]: *** [arch/sh/mm/pg-sh7705.o] Error 1
>
> <-- snip -->
>
> Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
>
Applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [2.6 patch] sh/mm/pg-sh7705.c must #include <linux/fs.h>
@ 2008-03-04 6:26 ` Paul Mundt
0 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2008-03-04 6:26 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-sh, linux-kernel
On Mon, Mar 03, 2008 at 08:07:42PM +0200, Adrian Bunk wrote:
> This patch fixes the following compile error:
>
> <-- snip -->
>
> ...
> CC arch/sh/mm/pg-sh7705.o
> /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c: In function 'ptep_get_and_clear':
> /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/mm/pg-sh7705.c:130: error: implicit declaration of function 'mapping_writably_mapped'
> make[2]: *** [arch/sh/mm/pg-sh7705.o] Error 1
>
> <-- snip -->
>
> Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
>
Applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-04 6:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 18:07 [2.6 patch] sh/mm/pg-sh7705.c must #include <linux/fs.h> Adrian Bunk
2008-03-03 18:07 ` Adrian Bunk
2008-03-04 6:26 ` Paul Mundt
2008-03-04 6:26 ` Paul Mundt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.