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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 878EFC25B76 for ; Wed, 5 Jun 2024 07:02:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=v6ckp8HmixqGNn5QTeJabJh1dNU8Ltoaw+XKsuZZn/0=; b=q7g3NQxC2f1VME OYDrWxak6saBNlLXXLp24mer1q99pk1zWOwfE0lF15nJ19k5f/x9WNvnWqUbf1xKudFVWCNiCJIO+ 58NK2neVBcBrQMkzlLEpqjwXsKkhsXIkuCSF1ctf8TpU+3NIX6uxF9A7OdN12bBFBuZCN+FKTx4Y7 54j9bE2I1C2tw2809UrjOjSMHnpR/IRNLKuxB1A9ceiofjbmIEclJY5pZvPmtQdZGowCHCjnWR3YI +EfWFj9xtGM8HK2mYgmL1ITk73vAgi3lb4dBtqAfJeF9qBfeX9voNDMd17RiBp/EoAIVu0Hsdb2oE Sr7OljCsRnYpSbWH5EoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sEkfM-00000004uPs-1iJl; Wed, 05 Jun 2024 07:02:36 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sEkfI-00000004uOo-3pVu for linux-arm-kernel@lists.infradead.org; Wed, 05 Jun 2024 07:02:34 +0000 Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2D495BEB; Wed, 5 Jun 2024 09:02:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1717570943; bh=OeK5akPYv4ZHAzdo3KNpCgPSgPktzTDWliDEVl7BAps=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UGQNspJWEepqDVCuM4b3z5siGVF/S4xy0cIyvmAf72FLEzxxyzWSm44kqUWur1IHb KNI6xd6uOrWk7dYKM7KJ127Fg6NadAiSBb/halCqU8l9BxSfbUOWcTa1QU8tm4NQYs jY2t7jrWiBTvNUGvz1MwEzpqq2l1HDDxBIjJlPvc= Date: Wed, 5 Jun 2024 10:02:14 +0300 From: Laurent Pinchart To: Stefan Wahren Cc: Greg Kroah-Hartman , Florian Fainelli , Umang Jain , linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 04/11] staging: vchiq_arm: Drop unnecessary declarations Message-ID: <20240605070214.GF879@pendragon.ideasonboard.com> References: <20240604172904.61613-1-wahrenst@gmx.net> <20240604172904.61613-5-wahrenst@gmx.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240604172904.61613-5-wahrenst@gmx.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240605_000233_136163_A4C5698D X-CRM114-Status: GOOD ( 12.45 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Stefan, Thank you for the patch. On Tue, Jun 04, 2024 at 07:28:57PM +0200, Stefan Wahren wrote: > These declarations are left from cleanups and not necessary > anymore. So we can drop them. > > Signed-off-by: Stefan Wahren Reviewed-by: Laurent Pinchart > --- > drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h | 3 --- > drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h | 2 -- > 2 files changed, 5 deletions(-) > > diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h > index fd1b9d3555ce..b402aac333d9 100644 > --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h > +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h > @@ -109,9 +109,6 @@ vchiq_release_service(struct vchiq_instance *instance, unsigned int handle); > extern int > vchiq_check_service(struct vchiq_service *service); > > -extern void > -vchiq_dump_platform_use_state(struct vchiq_state *state); > - > extern void > vchiq_dump_service_use_state(struct vchiq_state *state); > > diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h > index be20abcfad75..3c7a6838ddba 100644 > --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h > +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h > @@ -539,8 +539,6 @@ int vchiq_platform_init_state(struct vchiq_state *state); > > int vchiq_check_service(struct vchiq_service *service); > > -void vchiq_on_remote_use_active(struct vchiq_state *state); > - > int vchiq_send_remote_use(struct vchiq_state *state); > > int vchiq_send_remote_use_active(struct vchiq_state *state); -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel