Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf647ea7 authored by Andy Green's avatar Andy Green Committed by Greg Kroah-Hartman
Browse files

staging: android-alarm: Add needed module.h includes



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: default avatarAndy Green <andy.green@linaro.org>
[jstultz: Tweaked commit subject, folded two patches
into one]
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5dd12c29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>