From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] dmaengine: pl330: add missing include of scatterlist.h
Date: Mon, 8 Aug 2011 14:14:26 -0500 [thread overview]
Message-ID: <1312830866-2932-1-git-send-email-robherring2@gmail.com> (raw)
From: Rob Herring <rob.herring@calxeda.com>
scatterlist.h was getting implicitly included and now is not which
causes this compile error:
drivers/dma/pl330.c: In function ?pl330_prep_slave_sg?:
drivers/dma/pl330.c:603:2: error: implicit declaration of function
?for_each_sg?
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Jassi Brar <jassisinghbrar@gmail.com>
Cc: Vinod Koul <vkoul@infradead.org>
---
drivers/dma/pl330.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index 00eee59..4e2ccde 100644
--- a/drivers/dma/pl330.c
+++ b/drivers/dma/pl330.c
@@ -15,6 +15,7 @@
#include <linux/module.h>
#include <linux/dmaengine.h>
#include <linux/interrupt.h>
+#include <linux/scatterlist.h>
#include <linux/amba/bus.h>
#include <linux/amba/pl330.h>
--
1.7.4.1
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robherring2@gmail.com>
To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: Rob Herring <rob.herring@calxeda.com>,
Jassi Brar <jassisinghbrar@gmail.com>,
Vinod Koul <vkoul@infradead.org>
Subject: [PATCH] dmaengine: pl330: add missing include of scatterlist.h
Date: Mon, 8 Aug 2011 14:14:26 -0500 [thread overview]
Message-ID: <1312830866-2932-1-git-send-email-robherring2@gmail.com> (raw)
From: Rob Herring <rob.herring@calxeda.com>
scatterlist.h was getting implicitly included and now is not which
causes this compile error:
drivers/dma/pl330.c: In function ‘pl330_prep_slave_sg’:
drivers/dma/pl330.c:603:2: error: implicit declaration of function
‘for_each_sg’
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Jassi Brar <jassisinghbrar@gmail.com>
Cc: Vinod Koul <vkoul@infradead.org>
---
drivers/dma/pl330.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index 00eee59..4e2ccde 100644
--- a/drivers/dma/pl330.c
+++ b/drivers/dma/pl330.c
@@ -15,6 +15,7 @@
#include <linux/module.h>
#include <linux/dmaengine.h>
#include <linux/interrupt.h>
+#include <linux/scatterlist.h>
#include <linux/amba/bus.h>
#include <linux/amba/pl330.h>
--
1.7.4.1
next reply other threads:[~2011-08-08 19:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-08 19:14 Rob Herring [this message]
2011-08-08 19:14 ` [PATCH] dmaengine: pl330: add missing include of scatterlist.h Rob Herring
2011-08-08 19:29 ` Jassi Brar
2011-08-08 19:29 ` Jassi Brar
2011-08-09 4:36 ` Koul, Vinod
2011-08-09 4:36 ` Koul, Vinod
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=1312830866-2932-1-git-send-email-robherring2@gmail.com \
--to=robherring2@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.