commit | c46b9af26f1a971f7727328ba1cf4d702545cf2f | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue May 13 01:02:12 2014 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Jun 01 22:56:30 2014 +0530 |
tree | eac6a68fccec47d7ffa4738e30b235ad03ba8e73 | |
parent | a5cdc1c15562c0c68e7c418693f3f884ec838a06 [diff] |
dmaengine: shdmac: Include linux/err.h 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>