On 31 May 2013 18:33, Arun Kumar K <arun.kk@xxxxxxxxxxx> wrote: > This patch adds the register definition file for the fimc-is driver > and also the header file containing the main context for the driver. > > Signed-off-by: Arun Kumar K <arun.kk@xxxxxxxxxxx> > Signed-off-by: Kilyeon Im <kilyeon.im@xxxxxxxxxxx> > --- > drivers/media/platform/exynos5-is/fimc-is-regs.h | 107 +++++++++++++++ > drivers/media/platform/exynos5-is/fimc-is.h | 151 ++++++++++++++++++++++ > 2 files changed, 258 insertions(+) > create mode 100644 drivers/media/platform/exynos5-is/fimc-is-regs.h > create mode 100644 drivers/media/platform/exynos5-is/fimc-is.h > > diff --git a/drivers/media/platform/exynos5-is/fimc-is-regs.h b/drivers/media/platform/exynos5-is/fimc-is-regs.h > new file mode 100644 > index 0000000..d00df7b > --- /dev/null > +++ b/drivers/media/platform/exynos5-is/fimc-is-regs.h > @@ -0,0 +1,107 @@ > +/* > + * Samsung Exynos5 SoC series FIMC-IS driver > + * > + * Copyright (c) 2013 Samsung Electronics Co., Ltd > + * Arun Kumar K <arun.kk@xxxxxxxxxxx> > + * Kil-yeon Lim <kilyeon.im@xxxxxxxxxxx> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#ifndef FIMC_IS_REGS_H > +#define FIMC_IS_REGS_H > + > +#include <mach/map.h> Why do you need this? -- With warm regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html