Hi Anson, On Wed, May 30, 2018 at 4:12 AM, Anson Huang <[email protected]> wrote: > i.MX6SLL supports ARM power off in cpu idle, better to reuse > i.MX6SX cpu idle driver instead of i.MX6SL which does NOT > support ARM power off. > > Signed-off-by: Anson Huang <[email protected]> > --- > arch/arm/mach-imx/cpuidle-imx6sl.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/mach-imx/cpuidle-imx6sl.c > b/arch/arm/mach-imx/cpuidle-imx6sl.c > index fa8ead1..8d866fb 100644 > --- a/arch/arm/mach-imx/cpuidle-imx6sl.c > +++ b/arch/arm/mach-imx/cpuidle-imx6sl.c > @@ -12,7 +12,6 @@ > > #include "common.h" > #include "cpuidle.h" > -#include "hardware.h"
The removal of this header file seems to be an unrelated change.

