]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/staging: include <module.h> for modular android tegra_ion code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 May 2015 01:47:46 +0000 (21:47 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:24:15 +0000 (09:24 +0200)
commit847df40e303f40d6f9e2fcad2abe870c68e64e13
tree2fa96b45616aa4da0075b753182a9d8c4a9b5a75
parent908871059fb27f8f76c63ad1f76a3836c0877813
drivers/staging: include <module.h> for modular android tegra_ion code

This file is built off of a tristate Kconfig option and also contains
modular function calls so it should explicitly include module.h to
avoid compile breakage during header shuffles done in the future.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Arve Hj�nnev�g" <arve@android.com>
Cc: Riley Andrews <riandrews@android.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: devel@driverdev.osuosl.org
Cc: linux-tegra@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/tegra/tegra_ion.c