public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* fix another compilation error in 3.1-rc9
@ 2011-10-10  9:17 Marc Dietrich
  2011-10-10 17:45 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Dietrich @ 2011-10-10  9:17 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Colin Cross, linux-tegra-u79uwXL29TY76Z2rM5mHXA

Hi Olof,

sorry for being so late, but here is another last minute patch.

Marc

-----

spi/tegra: fix compilation error in spi-tegra.c
    
This adds the missing #include <linux/module.h> to spi-tegra.c
    
Signed-off-by: Marc Dietrich <marvin24-Mmb7MZpHnFY@public.gmane.org>

diff --git a/drivers/spi/spi-tegra.c b/drivers/spi/spi-tegra.c
index a5a6302..e8cd58f 100644
--- a/drivers/spi/spi-tegra.c
+++ b/drivers/spi/spi-tegra.c
@@ -18,6 +18,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/err.h>
 #include <linux/platform_device.h>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-13  3:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10  9:17 fix another compilation error in 3.1-rc9 Marc Dietrich
2011-10-10 17:45 ` Olof Johansson
     [not found]   ` <CAOesGMgyYebNw1vphaKf8SPLBvtSvwPa0nCLxr81UJ-BtSRhzA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-10-11  8:28     ` fix compilation error for linux 3.2 Marc Dietrich
2011-10-13  3:48       ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox