From: akpm@linux-foundation.org
To: mm-commits@vger.kernel.org
Cc: mkl@pengutronix.de, avictor.za@gmail.com, cjb@laptop.org,
nicolas.ferre@atmel.com, wolfgang.mues@auerswald.de
Subject: + mmc-at91_mci-add-missing-linux-highmemh-include.patch added to -mm tree
Date: Fri, 27 Aug 2010 13:15:28 -0700 [thread overview]
Message-ID: <201008272015.o7RKFSYK013640@imap1.linux-foundation.org> (raw)
The patch titled
mmc: at91_mci: add missing linux/highmem.h include
has been added to the -mm tree. Its filename is
mmc-at91_mci-add-missing-linux-highmemh-include.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: mmc: at91_mci: add missing linux/highmem.h include
From: Marc Kleine-Budde <mkl@pengutronix.de>
Fix the following error:
at91_mci.c: In function 'at91_mci_sg_to_dma':
at91_mci.c:236: error: implicit declaration of function 'kmap_atomic'
at91_mci.c:236: error: 'KM_BIO_SRC_IRQ' undeclared (first use in this function)
at91_mci.c:236: error: (Each undeclared identifier is reported only once
at91_mci.c:236: error: for each function it appears in.)
at91_mci.c:236: warning: assignment makes pointer from integer without a cast
at91_mci.c:252: error: implicit declaration of function 'kunmap_atomic'
at91_mci.c: In function 'at91_mci_post_dma_read':
at91_mci.c:302: error: 'KM_BIO_SRC_IRQ' undeclared (first use in this function)
at91_mci.c:302: warning: assignment makes pointer from integer without a cast
at91_mci.c:317: error: implicit declaration of function 'flush_kernel_dcache_page'
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Andrew Victor <avictor.za@gmail.com>
Cc: Wolfgang Muees <wolfgang.mues@auerswald.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/mmc/host/at91_mci.c | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/mmc/host/at91_mci.c~mmc-at91_mci-add-missing-linux-highmemh-include drivers/mmc/host/at91_mci.c
--- a/drivers/mmc/host/at91_mci.c~mmc-at91_mci-add-missing-linux-highmemh-include
+++ a/drivers/mmc/host/at91_mci.c
@@ -66,6 +66,7 @@
#include <linux/clk.h>
#include <linux/atmel_pdc.h>
#include <linux/gfp.h>
+#include <linux/highmem.h>
#include <linux/mmc/host.h>
_
Patches currently in -mm which might be from mkl@pengutronix.de are
linux-next.patch
mmc-at91_mci-add-missing-linux-highmemh-include.patch
reply other threads:[~2010-08-27 20:15 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=201008272015.o7RKFSYK013640@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=avictor.za@gmail.com \
--cc=cjb@laptop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mkl@pengutronix.de \
--cc=mm-commits@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
--cc=wolfgang.mues@auerswald.de \
/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