RE: [PATCH] gpio/samsung: Move SoC specific codes within macro

2011-10-12 Thread Kukjin Kim
Kukjin Kim wrote: > > Grant Likely wrote: > > > > On Mon, Oct 03, 2011 at 08:59:19AM +0530, Tushar Behera wrote: > > > In drivers/gpio/gpio-samsung.c, there are certain structures > > > and functions which are not getting used if the particular > > > CPU is not selected. These code segments are mo

RE: [PATCH] gpio/samsung: Move SoC specific codes within macro

2011-10-04 Thread Kukjin Kim
Grant Likely wrote: > > On Mon, Oct 03, 2011 at 08:59:19AM +0530, Tushar Behera wrote: > > In drivers/gpio/gpio-samsung.c, there are certain structures > > and functions which are not getting used if the particular > > CPU is not selected. These code segments are moved under CPU > > specific macro

Re: [PATCH] gpio/samsung: Move SoC specific codes within macro

2011-10-04 Thread Grant Likely
On Mon, Oct 03, 2011 at 08:59:19AM +0530, Tushar Behera wrote: > In drivers/gpio/gpio-samsung.c, there are certain structures > and functions which are not getting used if the particular > CPU is not selected. These code segments are moved under CPU > specific macros to remove compilation warnings.