From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755238AbdAAWmk (ORCPT ); Sun, 1 Jan 2017 17:42:40 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35359 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755134AbdAAWmh (ORCPT ); Sun, 1 Jan 2017 17:42:37 -0500 From: Florian Fainelli To: linux-kernel@vger.kernel.org Cc: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, adi-buildroot-devel@lists.sourceforge.net, realmz6@gmail.com, Florian Fainelli Subject: [PATCH 1/2] blackfin: tcm-bf518: Remove dsa.h inclusion Date: Sun, 1 Jan 2017 14:42:25 -0800 Message-Id: <20170101224227.20812-2-f.fainelli@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170101224227.20812-1-f.fainelli@gmail.com> References: <20170101224227.20812-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nothing in that file uses definitions from that header, so just get rid of it. Signed-off-by: Florian Fainelli --- arch/blackfin/mach-bf518/boards/tcm-bf518.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/blackfin/mach-bf518/boards/tcm-bf518.c b/arch/blackfin/mach-bf518/boards/tcm-bf518.c index 240d5cb1f02c..37d868085f6a 100644 --- a/arch/blackfin/mach-bf518/boards/tcm-bf518.c +++ b/arch/blackfin/mach-bf518/boards/tcm-bf518.c @@ -25,7 +25,6 @@ #include #include #include -#include /* * Name the Board for the /proc/cpuinfo -- 2.9.3