From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E395C43444 for ; Tue, 15 Jan 2019 23:07:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1E28020896 for ; Tue, 15 Jan 2019 23:07:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="qjUwiyRL" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391104AbfAOXHJ (ORCPT ); Tue, 15 Jan 2019 18:07:09 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:37157 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390789AbfAOXHG (ORCPT ); Tue, 15 Jan 2019 18:07:06 -0500 Received: by mail-ed1-f66.google.com with SMTP id h15so3971479edb.4; Tue, 15 Jan 2019 15:07:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UQAA3Ut6YFsPVuhZBWfqe7hEeAposMkejlSNoa7Mf8Y=; b=qjUwiyRLUKf7WfKrydQV0xFV8R5Bsu8dKuVOrpv39WO7/4CRbceXcNS/Gp/rwQ+Bfw h7Lz+RtGPyfoXuENkFkKBsa5YUXa6PsDWo7WzbKd/c/b5HT1GGJZaXqjh3JlCHR/X28C 0e/DkmhKpVHjoMJFydH9g1Q1neGh3BdbEsvnFbOAJiltmdIwVztTvXhbVNYvcGrU4DMD 7OPY5bUILzOHqejROQjt0UCDXmePBN58P2lXjbdJ//0q+uG5piipWajsA1yKOl5NOGzD qsSkxFfND7+tUD5ksqMzF1aRA7r9q1lDhfoGHptSmYdi06++KqBKj2DdEm434Lm/pBlc xNrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=UQAA3Ut6YFsPVuhZBWfqe7hEeAposMkejlSNoa7Mf8Y=; b=dlDkKe3zRmEqgT5jjcgvZ1rh8mU56YsZ0MIjVPygYMO+V9D2ToaY8m/OD5kcu/jw2l ppjFxZalLgD/v8TCI0Zb5wQoXPNcRxMXUuFH8/CEqFNOMSssRftPWCPctwteq5fVypF2 uOwyqAT7C1wUK2fMDhO3iWAh4Zl+j/YVqRE9yir9EKyZTfkY1eqHVvj+zX7CC90Eiqia pGlSfjY3mhT9+ri05+iMNoJE8p7eGiy1Ds9xD6nL/obgdXLtmvpsZWa42tOXLDUQHnAe XnxweJ8Y/YFSQmxVFHmvltUqryM5wz+2n04suXb3ipT5+UY0rN0A5sVGlcRA/0VcQJNC o0rQ== X-Gm-Message-State: AJcUuke3hUepZsoDw35l7sIogd3fHxKmyRhNvM22ihgMJi2Gj4xi6Xso JLuJdOQR0PJ3/b7V/lMp1mbArfOG X-Google-Smtp-Source: ALg8bN7JnPCJuM1bTRgiyzGJV7bkmRHW/IHDYioKHPv318RLtooeaRQ2eBn6StjntxQiGISiklJurQ== X-Received: by 2002:aa7:d35a:: with SMTP id m26mr5008869edr.244.1547593624494; Tue, 15 Jan 2019 15:07:04 -0800 (PST) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.250]) by smtp.gmail.com with ESMTPSA id v14sm4872324edq.74.2019.01.15.15.07.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Jan 2019 15:07:03 -0800 (PST) From: Florian Fainelli To: netdev@vger.kernel.org Cc: Florian Fainelli , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Russell King , Vivien Didelot , "David S. Miller" , Mauro Carvalho Chehab , Greg Kroah-Hartman , Andrew Morton , Nicolas Ferre , Arnd Bergmann , linux-kernel@vger.kernel.org (open list), linux-arm-kernel@lists.infradead.org (moderated list:ARM/Marvell Dove/MV78xx0/Orion SOC support) Subject: [PATCH net-next 3/3] net: dsa: Include platform_data header file Date: Tue, 15 Jan 2019 15:06:13 -0800 Message-Id: <20190115230613.28334-4-f.fainelli@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190115230613.28334-1-f.fainelli@gmail.com> References: <20190115230613.28334-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org b53 and mv88e6xxx support passing platform_data, and now that we have split the platform_data portion from the main net/dsa.h header file, include only the relevant parts. Signed-off-by: Florian Fainelli --- include/linux/platform_data/b53.h | 2 +- include/linux/platform_data/mv88e6xxx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/platform_data/b53.h b/include/linux/platform_data/b53.h index 8eaef2f2b691..c3b61ead41f2 100644 --- a/include/linux/platform_data/b53.h +++ b/include/linux/platform_data/b53.h @@ -20,7 +20,7 @@ #define __B53_H #include -#include +#include struct b53_platform_data { /* Must be first such that dsa_register_switch() can access it */ diff --git a/include/linux/platform_data/mv88e6xxx.h b/include/linux/platform_data/mv88e6xxx.h index f63af2955ea0..963730b44aea 100644 --- a/include/linux/platform_data/mv88e6xxx.h +++ b/include/linux/platform_data/mv88e6xxx.h @@ -2,7 +2,7 @@ #ifndef __DSA_MV88E6XXX_H #define __DSA_MV88E6XXX_H -#include +#include struct dsa_mv88e6xxx_pdata { /* Must be first, such that dsa_register_switch() can access this -- 2.17.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61C5AC43444 for ; Tue, 15 Jan 2019 23:07:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2B67D208E4 for ; Tue, 15 Jan 2019 23:07:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="B11n1YP/"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="qjUwiyRL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2B67D208E4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=jZFDclFSzrRNu4rkJXTVOEfuUlcb3iWofVnyAjDZ09s=; b=B11n1YP/8wqiCqFkMC8jMbWLHT C8UT34LKDTNG2TYLTj1CBZi7Uefj8hPgoHoVEl+CqdYc0zdOeLfiFo1NKsscAryuC2kuw440vxgoe OhmGOg+m7OvGpO9JeUKIvQkMVI3EK3ukvtHRgyRK1D17viQ8MvK8FhKaJXF9fMAYZJr7R2UlRlyPb 8jhvcpm91f6Z35lrJbsEgwqDiAkxm4vmyGj3kovxd4JFH4jc3/L0A/S1UezZ3QKUziBbAjzOwHvtL 568abO1MQG9zVr4NCikasrXK6f6FKxVot1OHuFySX65rFDGjsgTSnnV02GGG1hsosmFTMU1GJM9e8 rnEPYPwg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gjXoD-0004tg-Ll; Tue, 15 Jan 2019 23:07:49 +0000 Received: from mail-ed1-x544.google.com ([2a00:1450:4864:20::544]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gjXnV-0004ET-VF for linux-arm-kernel@lists.infradead.org; Tue, 15 Jan 2019 23:07:08 +0000 Received: by mail-ed1-x544.google.com with SMTP id a20so3936195edc.8 for ; Tue, 15 Jan 2019 15:07:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UQAA3Ut6YFsPVuhZBWfqe7hEeAposMkejlSNoa7Mf8Y=; b=qjUwiyRLUKf7WfKrydQV0xFV8R5Bsu8dKuVOrpv39WO7/4CRbceXcNS/Gp/rwQ+Bfw h7Lz+RtGPyfoXuENkFkKBsa5YUXa6PsDWo7WzbKd/c/b5HT1GGJZaXqjh3JlCHR/X28C 0e/DkmhKpVHjoMJFydH9g1Q1neGh3BdbEsvnFbOAJiltmdIwVztTvXhbVNYvcGrU4DMD 7OPY5bUILzOHqejROQjt0UCDXmePBN58P2lXjbdJ//0q+uG5piipWajsA1yKOl5NOGzD qsSkxFfND7+tUD5ksqMzF1aRA7r9q1lDhfoGHptSmYdi06++KqBKj2DdEm434Lm/pBlc xNrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=UQAA3Ut6YFsPVuhZBWfqe7hEeAposMkejlSNoa7Mf8Y=; b=RHMgd11GQURXdnDu4RDLbychLg6TDB92EP2JgpS9L0ke2wgrh1BdzENs+LtAAtdHQY qa7RiO8Yct/novL7J0WyS+0j09TcmyjsPYA3zHLb8zHOhLkh24vQpQn2Q4kaqgo00lMJ zqfh6c2OiMFz4dSL7Cuj99W7FYDsPlsK0BAMv/crv/ofaN/nRTIeGkuJJTozyTZLvMb7 40ASxcPelLP9M1kTXwb6MFZK4Wvbgxe2alXTy6n/QpAg+vpjMTUp4qgjqecsNnu/WZcJ CzSiPC7Fw3e6teNbrcnn69lOIwVtOuAojVdqBQvhvdhc7YZG+hDT6eP6W2JULkmVtEoT mZQQ== X-Gm-Message-State: AJcUukdlqRyvtQyFLnLjYygARPCD3cje5nquCpc950kA281vfp2pJCRX 1l6gyK4KyoFPvIqGuUAVUGI= X-Google-Smtp-Source: ALg8bN7JnPCJuM1bTRgiyzGJV7bkmRHW/IHDYioKHPv318RLtooeaRQ2eBn6StjntxQiGISiklJurQ== X-Received: by 2002:aa7:d35a:: with SMTP id m26mr5008869edr.244.1547593624494; Tue, 15 Jan 2019 15:07:04 -0800 (PST) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.250]) by smtp.gmail.com with ESMTPSA id v14sm4872324edq.74.2019.01.15.15.07.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Jan 2019 15:07:03 -0800 (PST) From: Florian Fainelli To: netdev@vger.kernel.org Subject: [PATCH net-next 3/3] net: dsa: Include platform_data header file Date: Tue, 15 Jan 2019 15:06:13 -0800 Message-Id: <20190115230613.28334-4-f.fainelli@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190115230613.28334-1-f.fainelli@gmail.com> References: <20190115230613.28334-1-f.fainelli@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190115_150706_270916_979E53CE X-CRM114-Status: GOOD ( 14.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Florian Fainelli , Jason Cooper , Arnd Bergmann , Greg Kroah-Hartman , Gregory Clement , Russell King , "David S. Miller" , "moderated list:ARM/Marvell Dove/MV78xx0/Orion SOC support" , Mauro Carvalho Chehab , Andrew Morton , Vivien Didelot , open list , Sebastian Hesselbarth MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org b53 and mv88e6xxx support passing platform_data, and now that we have split the platform_data portion from the main net/dsa.h header file, include only the relevant parts. Signed-off-by: Florian Fainelli --- include/linux/platform_data/b53.h | 2 +- include/linux/platform_data/mv88e6xxx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/platform_data/b53.h b/include/linux/platform_data/b53.h index 8eaef2f2b691..c3b61ead41f2 100644 --- a/include/linux/platform_data/b53.h +++ b/include/linux/platform_data/b53.h @@ -20,7 +20,7 @@ #define __B53_H #include -#include +#include struct b53_platform_data { /* Must be first such that dsa_register_switch() can access it */ diff --git a/include/linux/platform_data/mv88e6xxx.h b/include/linux/platform_data/mv88e6xxx.h index f63af2955ea0..963730b44aea 100644 --- a/include/linux/platform_data/mv88e6xxx.h +++ b/include/linux/platform_data/mv88e6xxx.h @@ -2,7 +2,7 @@ #ifndef __DSA_MV88E6XXX_H #define __DSA_MV88E6XXX_H -#include +#include struct dsa_mv88e6xxx_pdata { /* Must be first, such that dsa_register_switch() can access this -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel