From: Roland Dreier Date: Fri, 14 Feb 2014 04:45:17 +0000 (-0800) Subject: mlx5: Add include of because of kzalloc()/kfree() use X-Git-Tag: v3.14-rc3~24^2^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecde51dd7894ffe2f959cca1fea3ea2b9ee2394;p=pandora-kernel.git mlx5: Add include of because of kzalloc()/kfree() use On some architectures (for example, arm), we don't end up indirectly pulling in the declaration of kzalloc() and kfree(), and so building anything that includes breaks. Fix this by adding an explicit include to get the declaration. Reported-by: kbuild test robot Signed-off-by: Roland Dreier --- Reading git-diff-tree failed