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 090FAC4167B for ; Wed, 29 Nov 2023 02:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230290AbjK2CJx (ORCPT ); Tue, 28 Nov 2023 21:09:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229526AbjK2CJw (ORCPT ); Tue, 28 Nov 2023 21:09:52 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4750A172E for ; Tue, 28 Nov 2023 18:09:59 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0637C433C8; Wed, 29 Nov 2023 02:09:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1701223798; bh=krQxXz6X16omvuw1/mfx1edESKLpPSL4GmvftnLHIjY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uMX4IWEcfeXX1ffFM9xMIaQgMcuJ4sVhGBRqO+YQuAD4fDVoGSDGlmr32++7uCpOk dhViZ7qA47ZkoHy41KeQm7ATVfzwcsLr8tqUwoAmf9kTrkJGSRkg203OAx/6hvgZbN W/SZEjz2zBqU2sWVfyLUAymPNmMUSA8LwwrLd3VY= Date: Tue, 28 Nov 2023 18:09:57 -0800 From: Andrew Morton To: Andy Shevchenko Cc: Damian Muszynski , linux-kernel@vger.kernel.org, Rasmus Villemoes , Herbert Xu Subject: Re: [PATCH v1 1/1] units: Add missing header Message-Id: <20231128180957.ac5caa884abb2b5f00ca47c4@linux-foundation.org> In-Reply-To: <20231128174404.393393-1-andriy.shevchenko@linux.intel.com> References: <20231128174404.393393-1-andriy.shevchenko@linux.intel.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Nov 2023 19:44:03 +0200 Andy Shevchenko wrote: > BITS_PER_BYTE is defined in bits.h. >=20 > Fixes: e8eed5f7366f ("units: Add BYTES_PER_*BIT") This is post-6.6, so the fix should go into this -rc whatever happens, but.= .. It would be rather nice to know the effects of this change please. Did some build break? > --- a/include/linux/units.h > +++ b/include/linux/units.h > @@ -2,6 +2,7 @@ > #ifndef _LINUX_UNITS_H > #define _LINUX_UNITS_H > =20 > +#include > #include > =20 > /* Metric prefixes in accordance with Syst=E8me international (d'unit=E9= s) */ > --=20 > 2.43.0.rc1.1.gbec44491f096