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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6076BECAAD3 for ; Sat, 17 Sep 2022 12:54:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229623AbiIQMyR (ORCPT ); Sat, 17 Sep 2022 08:54:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229615AbiIQMyQ (ORCPT ); Sat, 17 Sep 2022 08:54:16 -0400 Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 130652B182 for ; Sat, 17 Sep 2022 05:54:15 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 5571 invoked from network); 17 Sep 2022 14:54:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1663419253; bh=qtS5Rog7DVjVuHU+A5qf1SikFi++ermNXjX3nBfT5Qs=; h=From:To:Cc:Subject; b=brhMUf6FYeO0ZBKV/BK7mOSckZHVZ0zFAk1EsZeT37XjNS8Bj1AGrOn8mVDY/1+Q6 XbvEqSL0eREM8Tgj9WF9QhbtNfI/Xgkga7Kg27iUQDMQqxFfez9xuDo5RGp/c+rmuy Hbm/VRGMjt/bRlycksh/VQSYi9uPjO9OGcLAry+U= Received: from 89-64-7-128.dynamic.chello.pl (HELO localhost) (stf_xl@wp.pl@[89.64.7.128]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 17 Sep 2022 14:54:13 +0200 Date: Sat, 17 Sep 2022 14:54:13 +0200 From: Stanislaw Gruszka To: Daniel Golle Cc: linux-wireless@vger.kernel.org, Helmut Schaa , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Johannes Berg Subject: Re: [PATCH 10/15] rt2x00: move helper functions up in file Message-ID: <20220917125413.GJ17901@wp.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-WP-MailID: e33158c5505e8fcaf196dc7dd6a63278 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [IVN0] Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, Sep 17, 2022 at 12:07:15AM +0100, Daniel Golle wrote: > Move register access helper functions up to the head of the file so > they can be used in all functions. > > Signed-off-by: Daniel Golle Acked-by: Stanislaw Gruszka