From: Hans-Werner Hilse Date: Thu, 11 Jun 2015 09:29:20 +0000 (+0200) Subject: um: Include sys/types.h for makedev(), major(), minor() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~78^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eeba4e9a76cd126e737d3d303d9c424b66ea90d;p=pandora-kernel.git um: Include sys/types.h for makedev(), major(), minor() The functions in question are not part of the POSIX standard, documentation however hints that the corresponding header shall be sys/types.h. C libraries other than glibc, namely musl, did not include that header via other ways and complained. Signed-off-by: Hans-Werner Hilse Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed