Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755321AbZJLJRv (ORCPT ); Mon, 12 Oct 2009 05:17:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755267AbZJLJRu (ORCPT ); Mon, 12 Oct 2009 05:17:50 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:47859 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755232AbZJLJRu (ORCPT ); Mon, 12 Oct 2009 05:17:50 -0400 Date: Mon, 12 Oct 2009 11:16:58 +0200 From: Ingo Molnar To: Linus Torvalds , Alexey Dobriyan , Thomas Gleixner , Peter Zijlstra Cc: Linux Kernel Mailing List Subject: [origin tree build failure] [PATCH] headers: Fix build in drivers/net/wan/c101.c Message-ID: <20091012091658.GA26171@elte.hu> References: <20091012082950.GA2270@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091012082950.GA2270@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0006] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1088 Lines: 30 Fix: drivers/net/wan/c101.c: In function 'c101_ioctl': drivers/net/wan/c101.c:256: error: implicit declaration of function 'capable' drivers/net/wan/c101.c:256: error: 'CAP_NET_ADMIN' undeclared (first use in this function) drivers/net/wan/c101.c:256: error: (Each undeclared identifier is reported only once drivers/net/wan/c101.c:256: error: for each function it appears in.) Signed-off-by: Ingo Molnar --- drivers/net/wan/c101.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wan/c101.c b/drivers/net/wan/c101.c index 9693b0f..0bd898c 100644 --- a/drivers/net/wan/c101.c +++ b/drivers/net/wan/c101.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include -- 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/