mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-28 11:50:13 +00:00
This patch fixes following warning messages when CONFIG_PM selected. In file included from arch/arm/mach-s5pv210/mach-smdkv210.c:34: arch/arm/plat-samsung/include/plat/pm.h:104: warning: 'struct sys_device' declared inside parameter list arch/arm/plat-samsung/include/plat/pm.h:104: warning: its scope is only this definition or declaration, which is probably not what you want arch/arm/plat-samsung/include/plat/pm.h:105: warning: 'struct sys_device' declared inside parameter list In file included from arch/arm/mach-s5pv210/mach-smdkc110.c:31: arch/arm/plat-samsung/include/plat/pm.h:104: warning: 'struct sys_device' declared inside parameter list arch/arm/plat-samsung/include/plat/pm.h:104: warning: its scope is only this definition or declaration, which is probably not what you want arch/arm/plat-samsung/include/plat/pm.h:105: warning: 'struct sys_device' declared inside parameter list Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Sangbeom Kim <sbkim73@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> |
||
|---|---|---|
| .. | ||
| include/mach | ||
| clock.c | ||
| cpu.c | ||
| cpufreq.c | ||
| dev-audio.c | ||
| dev-spi.c | ||
| dma.c | ||
| gpiolib.c | ||
| init.c | ||
| Kconfig | ||
| mach-aquila.c | ||
| mach-goni.c | ||
| mach-smdkc110.c | ||
| mach-smdkv210.c | ||
| mach-torbreck.c | ||
| Makefile | ||
| Makefile.boot | ||
| pm.c | ||
| setup-fb-24bpp.c | ||
| setup-i2c0.c | ||
| setup-i2c1.c | ||
| setup-i2c2.c | ||
| setup-ide.c | ||
| setup-keypad.c | ||
| setup-sdhci-gpio.c | ||
| setup-sdhci.c | ||
| sleep.S | ||