]> git.baikalelectronics.ru Git - kernel.git/commit
mm: cma: make linux/cma.h standalone includible
authorThierry Reding <treding@nvidia.com>
Tue, 13 Dec 2016 00:43:15 +0000 (16:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Dec 2016 02:55:08 +0000 (18:55 -0800)
commit98d5b19c958e64707070b7df3e33eeeb0cc53097
tree1419afaea4386e39c41602a8efb27ce2cb9780ac
parentcc91f5ac77de88628e796f80474e9cf4b6791a68
mm: cma: make linux/cma.h standalone includible

The header uses types and definitions from the linux/init.h as well as
linux/types.h headers without explicitly including them.  This causes a
failure to compile if they are not implicitly pulled in by includers.

Link: http://lkml.kernel.org/r/20161115133235.13387-1-thierry.reding@gmail.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/cma.h