Re: [PATCH v2 6/9] ARM: msm: Move mach/board.h contents to common.h

2013-07-29 Thread Tomi Valkeinen
On 29/07/13 23:20, David Brown wrote: > On Wed, Jul 24, 2013 at 01:54:31PM -0700, Stephen Boyd wrote: >> The contents of mach/board.h are only used by files within >> mach-msm so there is no need to export this file outside of the >> mach-msm directory. Move the contents of the file to common.h to

Re: [PATCH v2 6/9] ARM: msm: Move mach/board.h contents to common.h

2013-07-29 Thread David Brown
On Wed, Jul 24, 2013 at 01:54:31PM -0700, Stephen Boyd wrote: The contents of mach/board.h are only used by files within mach-msm so there is no need to export this file outside of the mach-msm directory. Move the contents of the file to common.h to allow us to compile MSM in the multi-platform k

[PATCH v2 6/9] ARM: msm: Move mach/board.h contents to common.h

2013-07-24 Thread Stephen Boyd
The contents of mach/board.h are only used by files within mach-msm so there is no need to export this file outside of the mach-msm directory. Move the contents of the file to common.h to allow us to compile MSM in the multi-platform kernel. Cc: Florian Tobias Schandinat Signed-off-by: Stephen Bo