summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sync.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2013-06-05 00:59:23 +0200
committerGreg Kroah-Hartman2013-06-05 00:59:23 +0200
commitcd0c1d70f69a8ac51634ef878ce6610044ee166c (patch)
tree734df5f59488ff1c3367af53d52f6f0451ede63d /drivers/staging/android/sync.c
parentstaging: MIPS: add Octeon USB HCD support (diff)
downloadkernel-qcow2-linux-cd0c1d70f69a8ac51634ef878ce6610044ee166c.tar.gz
kernel-qcow2-linux-cd0c1d70f69a8ac51634ef878ce6610044ee166c.tar.xz
kernel-qcow2-linux-cd0c1d70f69a8ac51634ef878ce6610044ee166c.zip
staging: android: sync: fix up a sparse warning
Fix up a sparse warning about sync_dump that was reported. Reported-by: kbuild test robot <fengguang.wu@intel.com> Cc: Erik Gilling <konkers@android.com> Cc: John Stultz <john.stultz@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/sync.c')
-rw-r--r--drivers/staging/android/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c
index 7950ee30789e..2996077fedef 100644
--- a/drivers/staging/android/sync.c
+++ b/drivers/staging/android/sync.c
@@ -988,7 +988,7 @@ late_initcall(sync_debugfs_init);
#define DUMP_CHUNK 256
static char sync_dump_buf[64 * 1024];
-void sync_dump(void)
+static void sync_dump(void)
{
struct seq_file s = {
.buf = sync_dump_buf,