From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gCO19-0004ac-9P for linux-mtd@lists.infradead.org; Tue, 16 Oct 2018 12:00:09 +0000 Date: Tue, 16 Oct 2018 13:59:43 +0200 From: Boris Brezillon To: Masahiro Yamada Cc: linux-mtd@lists.infradead.org, Miquel Raynal , linux-kernel@vger.kernel.org, Marek Vasut , Brian Norris , Richard Weinberger , David Woodhouse Subject: Re: [PATCH] mtd: rawnand: denali: include instead of Message-ID: <20181016135943.75655316@bbrezillon> 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=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 16 Oct 2018 13:33:21 +0900 Masahiro Yamada wrote: > The reason of including here is just for BIT() and > GENMASK macros. > > Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some > macros from to a new file"), > is enough for such compile-time macros. > > Signed-off-by: Masahiro Yamada Reviewed-by: Boris Brezillon > --- > > drivers/mtd/nand/raw/denali.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mtd/nand/raw/denali.h b/drivers/mtd/nand/raw/denali.h > index 57a5498..25c0060 100644 > --- a/drivers/mtd/nand/raw/denali.h > +++ b/drivers/mtd/nand/raw/denali.h > @@ -7,7 +7,7 @@ > #ifndef __DENALI_H__ > #define __DENALI_H__ > > -#include > +#include > #include > #include > #include