Home
last modified time | relevance | path

Searched hist:c46b9af26f1a971f7727328ba1cf4d702545cf2f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dma/sh/
H A Dshdmac.cdiff c46b9af26f1a971f7727328ba1cf4d702545cf2f Mon May 12 18:02:12 CDT 2014 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 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>