commit | 830c863987aa26c2133241b61fe22bf466ccb7cc | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue May 13 01:02:14 2014 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Jun 01 22:56:30 2014 +0530 |
tree | 60b1af7eede7ec1e614eef655302a280e2a04fe6 | |
parent | cf5a23b78717bb547ab6c9267f05d4fe803bd853 [diff] |
dmaengine: sudmac: 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>