From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by merlin.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gLwju-0002Cj-7i for linux-mtd@lists.infradead.org; Sun, 11 Nov 2018 20:53:51 +0000 Date: Sun, 11 Nov 2018 21:53:36 +0100 From: Miquel Raynal To: Masahiro Yamada Cc: linux-mtd@lists.infradead.org, Boris Brezillon , linux-kernel@vger.kernel.org, Marek Vasut , Brian Norris , Richard Weinberger , David Woodhouse Subject: Re: [PATCH] mtd: rawnand: denali: include instead of Message-ID: <20181111215336.049ca786@xps13> In-Reply-To: <1539664401-17651-1-git-send-email-yamada.masahiro@socionext.com> References: <1539664401-17651-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Masahiro, Masahiro Yamada wrote on Tue, 16 Oct 2018 13:33:21 +0900: > The reason of including here is just for BIT() and > GENMASK macros. >=20 > Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some > macros from to a new file"), > is enough for such compile-time macros. >=20 > Signed-off-by: Masahiro Yamada > --- Applied to nand/next. Thanks, Miqu=C3=A8l