projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
830c863
)
dmaengine: rcar-hpbdma: Include linux/err.h
author
Laurent Pinchart
<
[email protected]
>
Mon, 12 May 2014 23:02:15 +0000
(
01:02
+0200)
committer
Vinod Koul
<
[email protected]
>
Sun, 1 Jun 2014 17:26:30 +0000
(22:56 +0530)
linux/err.h isn't implicitly included by the current headers on all
platforms, resulting in compilation failures due to implicit
declarations of IS_ERR and PTR_ERR. Fix this by including linux/err.h.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Signed-off-by: Vinod Koul <
[email protected]
>
drivers/dma/sh/rcar-hpbdma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/sh/rcar-hpbdma.c
b/drivers/dma/sh/rcar-hpbdma.c
index 3083d901a414f000a54e0337e02973a4586399bf..b212d9471ab5a55bd386a04678530fe8efa5ed66 100644
(file)
--- a/
drivers/dma/sh/rcar-hpbdma.c
+++ b/
drivers/dma/sh/rcar-hpbdma.c
@@
-18,6
+18,7
@@
#include <linux/dmaengine.h>
#include <linux/delay.h>
+#include <linux/err.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/module.h>