From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Mon, 20 Aug 2018 11:06:25 +0200 Subject: [U-Boot] [PATCH v6 27/31] mtd: move mtdparts_init() declaration In-Reply-To: <20180816180526.51613131@bbrezillon> References: <20180816153029.15521-1-miquel.raynal@bootlin.com> <20180816153029.15521-28-miquel.raynal@bootlin.com> <20180816180526.51613131@bbrezillon> Message-ID: <20180820110625.7732ef9f@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Boris, Boris Brezillon wrote on Thu, 16 Aug 2018 18:05:26 +0200: > On Thu, 16 Aug 2018 17:30:25 +0200 > Miquel Raynal wrote: >=20 > > mtdparts_init() is called from various source files. It is declared in > > include/jffs2/load_kernel.h while it has nothing to do with jffs2 > > anymore. > >=20 > > Move its declaration to include/linux/mtd/partitions.h which has way > > more meaning. =20 >=20 > Looks like that's not the only change you're doing in this patch. Wow, my mistake, during rebase it seems I squashed three different commits. Will fix this in next submission. Thanks, Miqu=C3=A8l