git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5cdc1c
)
dmaengine: shdmac: Include linux/err.h
author
Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com>
Mon, 12 May 2014 23:02:12 +0000
(
01:02
+0200)
committer
Vinod Koul
<vinod.koul@intel.com>
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 <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found