aboutsummaryrefslogtreecommitdiff
path: root/driver/gator_events_armv6.c
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-03 11:59:40 +0100
committerJon Medhurst <tixy@linaro.org>2013-04-03 12:54:15 +0100
commit7ef1b3596e3625d6335fd03904dfdcc75f365919 (patch)
tree4b309e83ab767e561a2235668b3ad6cd830bb40c /driver/gator_events_armv6.c
parent06ebd1eab0a782377611efee820bb57f09692cbf (diff)
gator: Version 5.14DS-5.14
Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'driver/gator_events_armv6.c')
-rw-r--r--driver/gator_events_armv6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/gator_events_armv6.c b/driver/gator_events_armv6.c
index ee36dd0..4f1bca6 100644
--- a/driver/gator_events_armv6.c
+++ b/driver/gator_events_armv6.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2010-2012. All rights reserved.
+ * Copyright (C) ARM Limited 2010-2013. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -93,7 +93,7 @@ int gator_events_armv6_create_files(struct super_block *sb, struct dentry *root)
return 0;
}
-static int gator_events_armv6_online(int **buffer)
+static int gator_events_armv6_online(int **buffer, bool migrate)
{
unsigned int cnt, len = 0, cpu = smp_processor_id();
u32 pmnc;
@@ -141,7 +141,7 @@ static int gator_events_armv6_online(int **buffer)
return len;
}
-static int gator_events_armv6_offline(int **buffer)
+static int gator_events_armv6_offline(int **buffer, bool migrate)
{
unsigned int cnt;