Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp45694imm; Tue, 5 Jun 2018 14:45:33 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJ4DjDFx3L7tF14akyH+Lu92x4iz7pcq/ZmmOd9tsOCTd5hNrfw2OXc36ZOHuAalSK6EL5+ X-Received: by 2002:aa7:8311:: with SMTP id t17-v6mr326171pfm.45.1528235133474; Tue, 05 Jun 2018 14:45:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528235133; cv=none; d=google.com; s=arc-20160816; b=uz1c64pnDBGXuCImPOnSBzTSUuNxv0or3g/OFHulAPEVBQ8vB5Sl7NHM9K/IEuFHpM ZKIOT0031aruJc0BIM+XeJk/L3JMdcp4s5wBDljIsaEmS50UVbBHnvL+epcV+EucuXQM m0/XTPL/hahgKLz4eAhi8gwuVXTyu7thwVb3cTIJVUTyrDDUQBhSFB5tqeEkNVPJYa/A fiBMRVvjALR77V9EvsW/5H3chcYgiw8kpSm89/8aYGHKlpKLHPSYcsK6U0+PNRpcm8B2 w+X05vMqAlVkJchEUkxOBuSOzJrvhGuHEv+/DKd1KGqXrd/fIuYPWDhMhKCDdkYODZDG Ep7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=dUyD4v5vlpetnK/UEPFGLqwnB7kok2zDduHqjR66NTk=; b=RxVd6OQkr4OTIkQZRoRrishBlqnPQ7KLA5yjoBAxGCzu5GzyalfBjUICkSAox9U2bZ Aob4/I0WepjKUdxyVndHmwLJ2LajBnAU23gYSF1QKGE3Ba4I8qtJwOP9LpEjhJWwb9G5 C/jLxa0sfpvCI45HO+3ckrY1Y+wYkUm67naWV1KZT1VwFs5I4BgAXgrNZUfdBAjJxpdI +Nqu5o0h5HKadJgJr+riGOECGFCI65904wH7Gzt9SgkIaVEqBy96c5P75MaJDqsN0RZ5 NIEwfDflhWctk8AGODLgQGVNOUyFClVIkXdvJAWxKWvTLo9i8mdGA5kf8VmD3rwBwxbi S6lg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m2-v6si50009427pfb.259.2018.06.05.14.45.19; Tue, 05 Jun 2018 14:45:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752730AbeFEVo5 (ORCPT + 99 others); Tue, 5 Jun 2018 17:44:57 -0400 Received: from foss.arm.com ([217.140.101.70]:34462 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751780AbeFEVoz (ORCPT ); Tue, 5 Jun 2018 17:44:55 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 903DF15BF; Tue, 5 Jun 2018 14:44:55 -0700 (PDT) Received: from en101.cambridge.arm.com (en101.cambridge.arm.com [10.1.206.73]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0CBC73F59D; Tue, 5 Jun 2018 14:44:52 -0700 (PDT) From: Suzuki K Poulose To: linux-arm-kernel@lists.infradead.org Cc: mathieu.poirier@linaro.org, robh@kernel.org, frowand.list@gmail.com, mark.rutland@arm.com, sudeep.holla@arm.com, arm@kernel.org, linux-kernel@vger.kernel.org, matt.sealey@arm.com, john.horley@arm.com, charles.garcia-tobin@arm.com, coresight@lists.linaro.org, devicetree@vger.kernel.org, mike.leach@linaro.org, Suzuki K Poulose Subject: [PATCH 04/20] coresight: Cleanup platform description data Date: Tue, 5 Jun 2018 22:43:15 +0100 Message-Id: <1528235011-30691-5-git-send-email-suzuki.poulose@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1528235011-30691-1-git-send-email-suzuki.poulose@arm.com> References: <1528235011-30691-1-git-send-email-suzuki.poulose@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nobody uses the "clk" field in struct coresight_platform_data. Remove it. Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose --- include/linux/coresight.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/coresight.h b/include/linux/coresight.h index e5421b8..69a5c9f 100644 --- a/include/linux/coresight.h +++ b/include/linux/coresight.h @@ -87,7 +87,6 @@ struct coresight_dev_subtype { * @child_ports:child component port number the current component is connected to. * @nr_outport: number of output ports for this component. - * @clk: The clock this component is associated to. */ struct coresight_platform_data { int cpu; @@ -97,7 +96,6 @@ struct coresight_platform_data { const char **child_names; int *child_ports; int nr_outport; - struct clk *clk; }; /** -- 2.7.4