]> Pileus Git - ~andy/linux/commit
ARM: tegra: devices.c should include devices.h
authorOlof Johansson <olof@lixom.net>
Thu, 13 Oct 2011 00:56:33 +0000 (17:56 -0700)
committerOlof Johansson <olof@lixom.net>
Thu, 13 Oct 2011 21:08:31 +0000 (14:08 -0700)
commitd8e9c00e38f6947cef7f5466a0a3d369461ab97f
tree59fed80b0fba2d14a758e8c3d9673157fdcbfc6e
parent6686c733b82ff68197382785a59521652d35fc1b
ARM: tegra: devices.c should include devices.h

Resolves lots of sparse warnings:

arch/arm/mach-tegra/devices.c:102:24: warning: symbol 'tegra_i2c_device1' was not declared. Should it be static?
arch/arm/mach-tegra/devices.c:112:24: warning: symbol 'tegra_i2c_device2' was not declared. Should it be static?
arch/arm/mach-tegra/devices.c:122:24: warning: symbol 'tegra_i2c_device3' was not declared. Should it be static?
arch/arm/mach-tegra/devices.c:132:24: warning: symbol 'tegra_i2c_device4' was not declared. Should it be static?
[...]

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/devices.c