commit | 5b7bea9f12440f58cc3732b0d9e7351d75694679 | [log] [tgz] |
---|---|---|
author | Marc Dietrich <marvin24@gmx.de> | Thu Oct 13 11:01:33 2011 +0200 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Oct 14 16:41:04 2011 -0600 |
tree | 0091423a07855ccfbe0e54e73d9ed3402e97d1f6 | |
parent | 7eb187b3cd3f6f285d91a196dbefac9b6adbb07c [diff] |
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>