diff --git a/[refs] b/[refs] index 5377036846bf..db68edd1204f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88fbadea18bd58a5a5ae2051e6bbbec7dcbacbb4 +refs/heads/master: 4374c456724abf99210c9d2aa419bd6ea8cddaa6 diff --git a/trunk/arch/arm/mach-s3c64xx/Kconfig b/trunk/arch/arm/mach-s3c64xx/Kconfig index e4aede13990d..b706b80cc968 100644 --- a/trunk/arch/arm/mach-s3c64xx/Kconfig +++ b/trunk/arch/arm/mach-s3c64xx/Kconfig @@ -107,6 +107,8 @@ config MACH_REAL6410 select S3C_DEV_FB select S3C64XX_SETUP_FB_24BPP select S3C_DEV_NAND + select SAMSUNG_DEV_ADC + select SAMSUNG_DEV_TS help Machine support for the CoreWind REAL6410 diff --git a/trunk/arch/arm/mach-s3c64xx/mach-real6410.c b/trunk/arch/arm/mach-s3c64xx/mach-real6410.c index 9fd943d76aad..bad6990eeb82 100644 --- a/trunk/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/trunk/arch/arm/mach-s3c64xx/mach-real6410.c @@ -36,11 +36,13 @@ #include #include +#include #include #include #include #include #include +#include #include