summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
diff options
context:
space:
mode:
authorPaul Gortmaker2015-05-01 03:47:46 +0200
committerGreg Kroah-Hartman2015-05-08 09:24:15 +0200
commited1c2d064a16f3cb26a00f5c523de8a073c8960c (patch)
tree2fa96b45616aa4da0075b753182a9d8c4a9b5a75 /drivers/staging/android
parentrtl8192e: delete local copy of iee80211 reason codes. (diff)
downloadkernel-qcow2-linux-ed1c2d064a16f3cb26a00f5c523de8a073c8960c.tar.gz
kernel-qcow2-linux-ed1c2d064a16f3cb26a00f5c523de8a073c8960c.tar.xz
kernel-qcow2-linux-ed1c2d064a16f3cb26a00f5c523de8a073c8960c.zip
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>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r--drivers/staging/android/ion/tegra/tegra_ion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/android/ion/tegra/tegra_ion.c b/drivers/staging/android/ion/tegra/tegra_ion.c
index 5b8ef0e66010..4d3c516cc15e 100644
--- a/drivers/staging/android/ion/tegra/tegra_ion.c
+++ b/drivers/staging/android/ion/tegra/tegra_ion.c
@@ -15,6 +15,7 @@
*/
#include <linux/err.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include "../ion.h"