From patchwork Wed Jul 8 15:48:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Mehlis X-Patchwork-Id: 493049 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44EEA1402B7 for ; Thu, 9 Jul 2015 01:52:30 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 3E6B028BD4D; Wed, 8 Jul 2015 17:49:39 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 5E4FB28748E for ; Wed, 8 Jul 2015 17:48:54 +0200 (CEST) X-policyd-weight: using cached result; rate:hard: -7.6 Received: from phoenix.uberspace.de (phoenix.uberspace.de [95.143.172.135]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 8 Jul 2015 17:48:54 +0200 (CEST) Received: (qmail 12442 invoked from network); 8 Jul 2015 15:49:12 -0000 Received: from localhost (HELO black.lan.) (127.0.0.1) by phoenix.uberspace.de with SMTP; 8 Jul 2015 15:49:12 -0000 From: Christian Mehlis To: openwrt-devel@lists.openwrt.org Date: Wed, 8 Jul 2015 17:48:18 +0200 Message-Id: <1436370498-8984-5-git-send-email-christian@m3hlis.de> X-Mailer: git-send-email 2.3.4.263.gf53fc38 In-Reply-To: <1436370498-8984-1-git-send-email-christian@m3hlis.de> References: <1436370498-8984-1-git-send-email-christian@m3hlis.de> Subject: [OpenWrt-Devel] [PATCH 5/5] ar71xx: compex wpe72 add space to include statement X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Christian Mehlis --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c index 70bf7db..9452484 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c @@ -8,7 +8,7 @@ * by the Free Software Foundation. */ -#include +#include #include "dev-eth.h" #include "dev-gpio-buttons.h"