Hi, Fabio Anson Huang Best Regards!
> -----Original Message----- > From: Fabio Estevam [mailto:[email protected]] > Sent: Thursday, May 31, 2018 8:57 AM > To: Anson Huang <[email protected]> > Cc: Shawn Guo <[email protected]>; Sascha Hauer > <[email protected]>; Sascha Hauer <[email protected]>; Fabio > Estevam <[email protected]>; Russell King - ARM Linux > <[email protected]>; dl-linux-imx <[email protected]>; moderated > list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE > <[email protected]>; linux-kernel > <[email protected]> > Subject: Re: [PATCH 3/3] ARM: imx: remove i.MX6SLL support in i.MX6SL cpu > idle driver > > Hi Anson, > > On Wed, May 30, 2018 at 9:52 PM, Anson Huang <[email protected]> > wrote: > > >> The removal of this header file seems to be an unrelated change. > > > > This header file is no longer needed since no " cpu_is_imx6sl()" used in > > this > file. > > cpu_is_imx6sl() is not defined inside arch/arm/mach-imx/hardware.h header > file. It is in arch/arm/mach-imx/mxc.h included by hardware.h, it is added by commit (dee5dee ARM: imx: Add basic msl support for imx6sll), so I removed it since we no longer need it. Anson.

