]> git.baikalelectronics.ru Git - kernel.git/commit
spi/tegra: fix compilation error in spi-tegra.c
authorMarc Dietrich <marvin24@gmx.de>
Thu, 13 Oct 2011 09:01:33 +0000 (11:01 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 14 Oct 2011 22:41:04 +0000 (16:41 -0600)
commit84c7d222d89e2e0cb6ce489b0e77500bcb3b6b45
tree0091423a07855ccfbe0e54e73d9ed3402e97d1f6
parent3e62ce259479afd2b4022dff94915f9a24fdfdd8
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