aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-23 13:27:23 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-06 11:00:59 +0100
commit1911c36f976867288bbaaf924419ba9421f9e779 (patch)
treec1af5c4f659dce0e7f57ca8e78691b3535cd37f9
parent004eef269924da36be89b177085bc50fa8ddc8c4 (diff)
misc: shrm: Update for header file changes 3.0
Change-Id: I7fa83c559bb65115ca3117a8df092d4f169d2390 Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
-rw-r--r--drivers/char/shrm_char.c1
-rw-r--r--drivers/misc/shrm/modem_shrm_driver.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/shrm_char.c b/drivers/char/shrm_char.c
index 6a6b3d7245a..6375d7f1ea3 100644
--- a/drivers/char/shrm_char.c
+++ b/drivers/char/shrm_char.c
@@ -14,6 +14,7 @@
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
+#include <linux/sched.h>
#include <asm/atomic.h>
#include <mach/isa_ioctl.h>
diff --git a/drivers/misc/shrm/modem_shrm_driver.c b/drivers/misc/shrm/modem_shrm_driver.c
index 29368950256..4f6145f9d01 100644
--- a/drivers/misc/shrm/modem_shrm_driver.c
+++ b/drivers/misc/shrm/modem_shrm_driver.c
@@ -13,7 +13,6 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/ioport.h>
-#include <linux/smp_lock.h>
#include <linux/poll.h>
#include <linux/slab.h>
#include <linux/mutex.h>