From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 17 Sep 2015 13:06:22 -0500 Subject: [U-Boot] [Patch v2 05/16] net: Move some header files to include/ In-Reply-To: <1442473613-17374-2-git-send-email-Qianyu.Gong@freescale.com> References: <1442473613-17374-1-git-send-email-Qianyu.Gong@freescale.com> <1442473613-17374-2-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <1442513182.19102.49.camel@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2015-09-17 at 15:06 +0800, Gong Qianyu wrote: > From: Shaohui Xie > > The fsl_dtsec.h & fsl_tgec.h & fsl_fman.h can be shared on both ARM > and PPC, move it out of ppc to include/, and change the path in > drivers accordingly. > > Signed-off-by: Shaohui Xie > Signed-off-by: Gong Qianyu Pass -M -C to git format-patch. -Scott