On 07/21/14 09:06, Lorenzo Pieralisi wrote: > diff --git a/arch/arm64/kernel/cpuidle.c b/arch/arm64/kernel/cpuidle.c > new file mode 100644 > index 0000000..46eb3ea > --- /dev/null > +++ b/arch/arm64/kernel/cpuidle.c > @@ -0,0 +1,27 @@ > +/* > + * ARM64 CPU idle arch support > + * > + * Copyright (C) 2014 ARM Ltd. > + * Author: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#include <linux/of.h> > +#include <linux/of_device.h> > +#include <asm/cpu_ops.h> > + > +int cpu_init_idle(unsigned int cpu) sparse will probably complain here unless we include <asm/cpuidle.h> right? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html