[PATCH 3/3] ARM: SAMSUNG: Add idle support
Mark Brown
broonie at opensource.wolfsonmicro.com
Mon Jan 11 05:35:46 EST 2010
On Mon, Jan 11, 2010 at 06:44:32PM +0900, Kukjin Kim wrote:
> diff --git a/arch/arm/plat-samsung/include/mach/system.h b/arch/arm/plat-samsung/include/mach/system.h
> new file mode 100644
> index 0000000..5377792
> --- /dev/null
> +++ b/arch/arm/plat-samsung/include/mach/system.h
> @@ -0,0 +1,36 @@
...
> +void (*s3c_idle_fn)(void);
This should include idle.h to ensure consistency and the entire file
looks like it ought to be a .c file rather than a .h since it includes
function and variable definitions.
More information about the linux-arm-kernel
mailing list