summary refs log tree commit diff
path: root/Documentation/ramoops.txt
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-03-23 11:36:53 +0100
committerLee Jones <lee.jones@linaro.org>2016-04-11 13:31:40 +0100
commitadae28c59a6a71a971ffed713550911546df0e20 (patch)
tree5e9b6f537327ed57267d7ec39640cd73b1034224 /Documentation/ramoops.txt
parentee414de525a9abf29e8a1b0c1b6f79f9e875213a (diff)
downloadlinux-adae28c59a6a71a971ffed713550911546df0e20.tar.gz
mfd: syscon: Include errno.h from header
The syscon header uses the ENOTSUPP error constant, but doesn't
include the header that defines it. This causes a build error
after the imx pinctrl driver started using syscon:

include/linux/mfd/syscon.h: In function 'syscon_node_to_regmap':
include/linux/mfd/syscon.h:32:18: error: 'ENOTSUPP' undeclared (first use in this function)
  return ERR_PTR(-ENOTSUPP);
                  ^~~~~~~~

This adds the missing #include.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 8626ada871f1 ("pinctrl: imx: attach iomuxc device to gpr syscon")
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/ramoops.txt')
0 files changed, 0 insertions, 0 deletions