From 5b7bea9f12440f58cc3732b0d9e7351d75694679 Mon Sep 17 00:00:00 2001 From: Marc Dietrich Date: Thu, 13 Oct 2011 11:01:33 +0200 Subject: [PATCH] spi/tegra: fix compilation error in spi-tegra.c Add #include 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 Acked-by: Olof Johansson Signed-off-by: Grant Likely --- drivers/spi/spi-tegra.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-tegra.c b/drivers/spi/spi-tegra.c index a5a6302dc8e..e8cd58f63e2 100644 --- a/drivers/spi/spi-tegra.c +++ b/drivers/spi/spi-tegra.c @@ -18,6 +18,7 @@ */ #include +#include #include #include #include -- 2.41.0