linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.6.33.1-rt11 : Fix missing include in at91_mci.c
@ 2010-03-21 22:09 Erik Sandbraaten
  0 siblings, 0 replies; only message in thread
From: Erik Sandbraaten @ 2010-03-21 22:09 UTC (permalink / raw)
  To: nicolas.ferre; +Cc: linux-rt-users

Hi.

When attempting to build the most recent kernel for my arm at91sam9G20
system, the build failed due to
missing function declarations concerning kmap_atomic() and friends.

The following patch fixed the build:

<PATCH START>
diff -uNr linux-2.6.33.1-vanilla/drivers/mmc/host/at91_mci.c
linux-2.6.33.1-new/drivers/mmc/host/at91_mci.c
--- linux-2.6.33.1-vanilla/drivers/mmc/host/at91_mci.c    2010-03-15
17:09:39.000000000 +0100
+++ linux-2.6.33.1-new/drivers/mmc/host/at91_mci.c    2010-03-21
22:24:06.889257314 +0100
@@ -65,6 +65,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/clk.h>
 #include <linux/atmel_pdc.h>
+#include <linux/highmem.h>

 #include <linux/mmc/host.h>
<PATCH END>


Best Regards.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-21 22:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-21 22:09 [PATCH] 2.6.33.1-rt11 : Fix missing include in at91_mci.c Erik Sandbraaten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).