From patchwork Fri Sep 16 07:10:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 16693 X-Patchwork-Delegate: sven@narfation.org Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 7F17281245; Fri, 16 Sep 2016 09:10:33 +0200 (CEST) Authentication-Results: open-mesh.org; dmarc=none header.from=narfation.org Authentication-Results: open-mesh.org; dkim=fail reason="verification failed; unprotected key" header.d=narfation.org header.i=@narfation.org header.b=OSdw5DBu; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2001:4d88:2000:7::2; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=pass header.from=narfation.org Received: from v3-1039.vlinux.de (narfation.org [IPv6:2001:4d88:2000:7::2]) by open-mesh.org (Postfix) with ESMTPS id C482380507 for ; Fri, 16 Sep 2016 09:10:31 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p4FFE4C85.dip0.t-ipconnect.de [79.254.76.133]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id DE8071100B0 for ; Fri, 16 Sep 2016 09:10:30 +0200 (CEST) Authentication-Results: v3-1039.vlinux.de; dmarc=none header.from=narfation.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1474009831; bh=CJd4cPA8vXGNRRKkT5mrGt2ahot/iG++jQjO6zX+qxc=; h=From:To:Subject:Date:From; b=OSdw5DBusAyk+hTNIQ9BYej79ogVfIslgk+NRc0Hce6/gs7XfVrvZykZPMLaWNbFz +aw/TSxdOJvg0SMtePhgHVsUisKrsK6SsUqOAjDSE58e4bwn7JcSEfRwQ3SDNKwAA1 T8G3F+wp+y/HHmifyXG7CNYV7Zl/cdeJ2ZKAbugk= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 16 Sep 2016 09:10:22 +0200 Message-Id: <20160916071022.22560-1-sven@narfation.org> X-Mailer: git-send-email 2.9.3 Subject: [B.A.T.M.A.N.] [PATCH next] batman-adv: remove redundant #include X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" From: Masahiro Yamada Kernel source files need not include explicitly because the top Makefile forces to include it with: -include $(srctree)/include/linux/kconfig.h Link: http://lkml.kernel.org/r/1473656164-11929-1-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada Signed-off-by: Andrew Morton Signed-off-by: Sven Eckelmann --- net/batman-adv/debugfs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/batman-adv/debugfs.h b/net/batman-adv/debugfs.h index c68ff3d..e49121e 100644 --- a/net/batman-adv/debugfs.h +++ b/net/batman-adv/debugfs.h @@ -20,8 +20,6 @@ #include "main.h" -#include - struct net_device; #define BATADV_DEBUGFS_SUBDIR "batman_adv"