From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:40 +0000 (-0800) Subject: lib/halfmd4.c: simplify includes X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~99^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3248340d3f10871d2ae2d1df9e323f284fa1fdb6;p=pandora-kernel.git lib/halfmd4.c: simplify includes We only need EXPORT_SYMBOL, so compiler.h and export.h suffice. This means linux/types.h is no longer implicitly included, so add an include of uapi/linux/types.h to linux/cryptohash.h for __u32. Other users of cryptohash.h cannot be affected, since they must already have been including uapi/linux/types.h in order for gcc not to complain about unknown types. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed