From: Mark Brown Date: Tue, 30 Sep 2014 17:16:22 +0000 (+0100) Subject: clk: gpio-gate: Ensure gpiod_ APIs are prototyped X-Git-Tag: fixes-against-v3.18-rc2~68^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b4aa97bea84fa8ac179155f147e3483cc7a6e0;p=pandora-kernel.git clk: gpio-gate: Ensure gpiod_ APIs are prototyped The gpio-gate clock uses the gpiod_ APIs but does not directly include the header for them causing build failures in some configurations including ARM allnoconfig. Include the header directly. Signed-off-by: Mark Brown Acked-by: Jyri Sarha Signed-off-by: Mike Turquette --- Reading git-diff-tree failed