linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next] Stagging: pohmelfs/net.c: include vmalloc.h
@ 2009-02-13 14:35 Alexander Beregalov
  2009-02-13 14:42 ` Evgeniy Polyakov
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Beregalov @ 2009-02-13 14:35 UTC (permalink / raw)
  To: zbr, gregkh, linux-next, linux-kernel

on Sparc64:
drivers/staging/pohmelfs/net.c:33: error: implicit declaration of function 'vmalloc'
drivers/staging/pohmelfs/net.c:42: error: implicit declaration of function 'vfree'

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

 drivers/staging/pohmelfs/net.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/pohmelfs/net.c b/drivers/staging/pohmelfs/net.c
index d161237..c9b8540 100644
--- a/drivers/staging/pohmelfs/net.c
+++ b/drivers/staging/pohmelfs/net.c
@@ -22,6 +22,7 @@
 #include <linux/poll.h>
 #include <linux/swap.h>
 #include <linux/syscalls.h>
+#include <linux/vmalloc.h>

 #include "netfs.h"

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

* Re: [PATCH next] Stagging: pohmelfs/net.c: include vmalloc.h
  2009-02-13 14:35 [PATCH next] Stagging: pohmelfs/net.c: include vmalloc.h Alexander Beregalov
@ 2009-02-13 14:42 ` Evgeniy Polyakov
  0 siblings, 0 replies; 2+ messages in thread
From: Evgeniy Polyakov @ 2009-02-13 14:42 UTC (permalink / raw)
  To: Alexander Beregalov; +Cc: gregkh, linux-next, linux-kernel

On Fri, Feb 13, 2009 at 05:35:32PM +0300, Alexander Beregalov (a.beregalov@gmail.com) wrote:
> on Sparc64:
> drivers/staging/pohmelfs/net.c:33: error: implicit declaration of function 'vmalloc'
> drivers/staging/pohmelfs/net.c:42: error: implicit declaration of function 'vfree'
> 
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>

Thanks a lot Alexander!

> ---
> 
>  drivers/staging/pohmelfs/net.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/staging/pohmelfs/net.c b/drivers/staging/pohmelfs/net.c
> index d161237..c9b8540 100644
> --- a/drivers/staging/pohmelfs/net.c
> +++ b/drivers/staging/pohmelfs/net.c
> @@ -22,6 +22,7 @@
>  #include <linux/poll.h>
>  #include <linux/swap.h>
>  #include <linux/syscalls.h>
> +#include <linux/vmalloc.h>
> 
>  #include "netfs.h"

-- 
	Evgeniy Polyakov

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

end of thread, other threads:[~2009-02-13 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 14:35 [PATCH next] Stagging: pohmelfs/net.c: include vmalloc.h Alexander Beregalov
2009-02-13 14:42 ` Evgeniy Polyakov

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).