summaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-28 23:04:01 +0100
committerPaul Mundt <lethal@linux-sh.org>2011-02-01 11:33:55 +0100
commit0ce08870b8a4895044b6cf2bbdc774a6faaa3656 (patch)
tree067b2d395c5f6060335795b9e5e24cb936e0ecf8 /Kbuild
parentsh: sh7750: move machtypes.h to include/generated (diff)
downloadlinux-0ce08870b8a4895044b6cf2bbdc774a6faaa3656.tar.xz
linux-0ce08870b8a4895044b6cf2bbdc774a6faaa3656.zip
sh: sh7750: Fix incompatible pointer type
It is necessary to set array of struct platform_device in early_platform_add_devices(). arch/sh/kernel/cpu/sh4/setup-sh7750.c: In function ‘plat_early_device_setup’: arch/sh/kernel/cpu/sh4/setup-sh7750.c:260: warning: passing argument 1 of ‘early_platform_add_devices’ from incompatible pointer type include/linux/platform_device.h:159: note: expected ‘struct platform_device **’ but argument is of type ‘struct platform_device *’ arch/sh/kernel/cpu/sh4/setup-sh7750.c:262: warning: passing argument 1 of ‘early_platform_add_devices’ from incompatible pointer type include/linux/platform_device.h:159: note: expected ‘struct platform_device **’ but argument is of type ‘struct platform_device *’ arch/sh/kernel/cpu/sh4/setup-sh7750.c:263: warning: passing argument 1 of ‘early_platform_add_devices’ from incompatible pointer type include/linux/platform_device.h:159: note: expected ‘struct platform_device **’ but argument is of type ‘struct platform_device *’ Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions