[origin tree build failure] [PATCH] headers: Fix build indrivers/net/wan/n2.c

From: Ingo Molnar
Date: Mon Oct 12 2009 - 05:13:16 EST


Fix:

drivers/net/wan/n2.c: In function 'n2_ioctl':
drivers/net/wan/n2.c:274: error: implicit declaration of function 'capable'
drivers/net/wan/n2.c:274: error: 'CAP_NET_ADMIN' undeclared (first use in this function)
drivers/net/wan/n2.c:274: error: (Each undeclared identifier is reported only once
drivers/net/wan/n2.c:274: error: for each function it appears in.)

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
drivers/net/wan/n2.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wan/n2.c b/drivers/net/wan/n2.c
index 83da596..58c6681 100644
--- a/drivers/net/wan/n2.c
+++ b/drivers/net/wan/n2.c
@@ -18,6 +18,7 @@

#include <linux/module.h>
#include <linux/kernel.h>
+#include <linux/capability.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/fcntl.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/