From mboxrd@z Thu Jan 1 00:00:00 1970 From: kyungmin.park@samsung.com (Kyungmin Park) Date: Tue, 3 Aug 2010 14:30:59 +0900 Subject: [PATCH 2/3] ARM: Samsung: Don't use the mach/gpio.h directly In-Reply-To: <00f101cb32ca$0852fc70$18f8f550$%kim@samsung.com> References: <20100802002511.GA32261@july> <00f101cb32ca$0852fc70$18f8f550$%kim@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Aug 3, 2010 at 2:09 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> Use the linux/gpio.h. also fix the build error since new C preprocessor > directives. > > Cc'ed Ben Dooks. >> >> Signed-off-by: Kyungmin Park >> --- >> ?arch/arm/plat-samsung/gpiolib.c | ? ?2 +- >> ?1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/arch/arm/plat-samsung/gpiolib.c > b/arch/arm/plat-samsung/gpiolib.c >> index 8a8ba8b..c354089 100644 >> --- a/arch/arm/plat-samsung/gpiolib.c >> +++ b/arch/arm/plat-samsung/gpiolib.c >> @@ -18,7 +18,7 @@ >> ?#include >> ?#include >> ?#include >> -#include >> +#include > > Only here? No a lots of places. > > If required, should be fixed all. > And...as I said, then I will fix... No problem. > >> ?#include >> ?#include >> ?#include >> -- > > Thanks. > > Best regards, > Kgene. > -- > Kukjin Kim , Senior Engineer, > SW Solution Development Team, Samsung Electronics Co., Ltd. > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >