spi/tegra: fix compilation error in spi-tegra.c
commit5b7bea9f12440f58cc3732b0d9e7351d75694679
authorMarc Dietrich <marvin24@gmx.de>
Thu, 13 Oct 2011 09:01:33 +0000 (13 11:01 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 14 Oct 2011 22:41:04 +0000 (14 16:41 -0600)
tree0091423a07855ccfbe0e54e73d9ed3402e97d1f6
parent7eb187b3cd3f6f285d91a196dbefac9b6adbb07c
spi/tegra: fix compilation error in spi-tegra.c

Add #include <linux/module.h> to spi-tegra.c to fix a compilation error
after the removal of module.h from device.h (in patch: "include: replace
linux/module.h with "struct module" wherever possible").

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-tegra.c