From: Erik Sandbraaten <erik.sandbraaten@gmail.com>
To: nicolas.ferre@atmel.com
Cc: linux-rt-users@vger.kernel.org
Subject: [PATCH] 2.6.33.1-rt11 : Fix missing include in at91_mci.c
Date: Sun, 21 Mar 2010 23:09:02 +0100 [thread overview]
Message-ID: <7dfa3d3b1003211509nef10515rb27b1a31b1eda80@mail.gmail.com> (raw)
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.
reply other threads:[~2010-03-21 22:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7dfa3d3b1003211509nef10515rb27b1a31b1eda80@mail.gmail.com \
--to=erik.sandbraaten@gmail.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).