1
0
Fork 0
alistair23-linux/arch/arm/mach-s3c24xx/include/mach
Arnd Bergmann 1fe054e71a ARM: S3C24XX: fix header file inclusions
The pm-core.h file does not include all the necessary headers,
and has a static declaration for a function that is not
defined in the same file, causing SAMSUNG_PM_DEBUG to
break on s3c24xx:

arch/arm/mach-s3c24xx/include/mach/pm-core.h:50:91: warning: 's3c_pm_show_resume_irqs' used but never defined
arch/arm/mach-s3c24xx/include/mach/pm-core.h: In function 's3c_pm_debug_init_uart':
arch/arm/mach-s3c24xx/include/mach/pm-core.h:16:34: error: 'S3C2410_CLKCON' undeclared (first use in this function)
  unsigned long tmp = __raw_readl(S3C2410_CLKCON);
                                  ^

This moves the code around slightly to avoid the errors.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
2015-02-27 05:50:23 +09:00
..
dma.h ARM: SAMSUNG: remove unused DMA infrastructure 2015-01-24 13:09:54 +09:00
fb.h
gpio-samsung.h ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h> 2014-01-14 15:24:54 +01:00
hardware.h ARM: S3C24XX: Remove invalid code from hardware.h 2014-03-21 04:48:07 +09:00
io.h ARM: cleanups of io includes 2012-03-29 18:02:10 -07:00
irqs.h ARM: arm-soc driver changes for 3.10 2013-05-04 12:31:18 -07:00
map.h ARM: SAMSUNG: Unify base address definitions of timer block 2013-08-06 01:21:44 +02:00
pm-core.h ARM: S3C24XX: fix header file inclusions 2015-02-27 05:50:23 +09:00
regs-clock.h ARM: S3C24XX: remove legacy clock code 2014-05-13 08:00:45 +09:00
regs-gpio.h ARM: S3C24XX: remove legacy clock code 2014-05-13 08:00:45 +09:00
regs-irq.h
regs-lcd.h
regs-s3c2443-clock.h ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
rtc-core.h ARM: S3C24XX: Move rtc-core.h from plat to mach 2014-02-15 09:24:29 +09:00
s3c2412.h cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq 2013-05-20 23:04:28 +09:00