[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090213143532.GA7266@orion>
Date: Fri, 13 Feb 2009 17:35:32 +0300
From: Alexander Beregalov <a.beregalov@...il.com>
To: zbr@...emap.net, gregkh@...e.de, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH next] Stagging: pohmelfs/net.c: include vmalloc.h
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@...il.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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists