On Sat, Feb 04, 2012 at 05:13:00PM +0900, Kisang Lee wrote: > Cc: Arnd Bergmann <arnd <at> arndb.de> > Cc: Greg Kroah-Hartman <greg <at> kroah.com> > > Following files are added for C2C driver > c2c.h : Definition of C2C platform data and mode > regs-c2c.h : Definition of C2C registers > > Signed-off-by: Kisang Lee <kisang80.lee@xxxxxxxxxxx> > --- > arch/arm/mach-exynos/include/mach/c2c.h | 65 +++++++++++++++++++++++ > arch/arm/mach-exynos/include/mach/regs-c2c.h | 71 ++++++++++++++++++++++++++ Does anything other than these two files (in your second patch): drivers/misc/c2c/samsung-c2c.c | 500 ++++++++++++++++++++++++++++++++++++++++ drivers/misc/c2c/samsung-c2c.h | 300 ++++++++++++++++++++++++ use the regs-c2c.h file? If not, it should be placed next to the drivers itself, and not in some random include directory far away from the drivers. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html