staging: android-alarm: Add needed module.h includes
authorAndy Green <andy.green@linaro.org>
Thu, 9 Feb 2012 22:24:32 +0000 (14:24 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2012 18:06:18 +0000 (10:06 -0800)
Add module.h includes required to build

CC: Arve Hjønnevåg <arve@android.com>
CC: Android Kernel Team <kernel-team@android.com>
CC: Andy Green <andy.green@linaro.org>
Signed-off-by: Andy Green <andy.green@linaro.org>
[jstultz: Tweaked commit subject, folded two patches
into one]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/alarm-dev.c
drivers/staging/android/alarm.c

index ae56961f9c85db2aec09266daaae75e937eb774d..7391f40903963c5625785153458503a5d4967e43 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 #include <asm/mach/time.h>
+#include <linux/module.h>
 #include <linux/device.h>
 #include <linux/miscdevice.h>
 #include <linux/fs.h>
index bc59ac405b2aa27bea064828275260c162bb3e27..c16032b85d262360704749846c944db4c9d57d2c 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 #include <asm/mach/time.h>
+#include <linux/module.h>
 #include <linux/device.h>
 #include <linux/miscdevice.h>
 #include <linux/platform_device.h>
This page took 0.030026 seconds and 5 git commands to generate.