linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] befs: fix build on parisc
@ 2009-04-01 13:32 Alexander Beregalov
  2009-04-08 21:32 ` Martin Michlmayr
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Beregalov @ 2009-04-01 13:32 UTC (permalink / raw)
  To: LKML, rathamahata, linux-fsdevel

Fix this build error on parisc:
fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---

 fs/befs/super.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/befs/super.c b/fs/befs/super.c
index 41f2b4d..ca40f82 100644
--- a/fs/befs/super.c
+++ b/fs/befs/super.c
@@ -8,6 +8,7 @@
  */

 #include <linux/fs.h>
+#include <asm/page.h> /* for PAGE_SIZE */

 #include "befs.h"
 #include "super.h"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] befs: fix build on parisc
  2009-04-01 13:32 [PATCH] befs: fix build on parisc Alexander Beregalov
@ 2009-04-08 21:32 ` Martin Michlmayr
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Michlmayr @ 2009-04-08 21:32 UTC (permalink / raw)
  To: Alexander Beregalov; +Cc: LKML, rathamahata, linux-fsdevel, akpm

* Alexander Beregalov <a.beregalov@gmail.com> [2009-04-01 17:32]:
> Fix this build error on parisc:
> fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared

Same on ARM and MIPS, and your patch fixes it.  I hope this will go in
soon.

Tested-by: Martin Michlmayr <tbm@cyrius.com>

> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
> ---
> 
>  fs/befs/super.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/fs/befs/super.c b/fs/befs/super.c
> index 41f2b4d..ca40f82 100644
> --- a/fs/befs/super.c
> +++ b/fs/befs/super.c
> @@ -8,6 +8,7 @@
>   */
> 
>  #include <linux/fs.h>
> +#include <asm/page.h> /* for PAGE_SIZE */
> 
>  #include "befs.h"
>  #include "super.h"
> --
> 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/

-- 
Martin Michlmayr
http://www.cyrius.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-08 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 13:32 [PATCH] befs: fix build on parisc Alexander Beregalov
2009-04-08 21:32 ` Martin Michlmayr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).