summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c24xx/s3c2412.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-02-27 05:50:22 +0900
committerKukjin Kim <kgene@kernel.org>2015-02-27 05:50:22 +0900
commitea8d33ad32f9670fe55c99478e666805efc6452b (patch)
treecc71016657160b712303ef7a4e545e4a9edef77f /arch/arm/mach-s3c24xx/s3c2412.c
parent19c69dafad673f342b8eb9dbc6a1ac9fa38b4f9f (diff)
ARM: S3C24XX: use SAMSUNG_WAKEMASK for s3c2416
Both s3c2412 and s3c2416 use the s3c2412_pm_prepare code, which depends on the common wakemask code, but only s3c2412 currently selects the code, leading to a build error for an s3c2416-only kernel. arch/arm/mach-s3c24xx/built-in.o: In function `s3c2412_pm_prepare': :(.text+0x240): undefined reference to `samsung_sync_wakemask' arch/arm/mach-s3c24xx/built-in.o:(.data+0xeb0): undefined reference to `s3c2412_subsys' This adds the missing select. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c2412.c')
0 files changed, 0 insertions, 0 deletions