From: Greg Kroah-Hartman Date: Tue, 4 Jun 2013 22:59:23 +0000 (-0700) Subject: staging: android: sync: fix up a sparse warning X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cd0c1d70f69a8ac51634ef878ce6610044ee166c;p=deliverable%2Flinux.git staging: android: sync: fix up a sparse warning Fix up a sparse warning about sync_dump that was reported. Reported-by: kbuild test robot Cc: Erik Gilling Cc: John Stultz Signed-off-by: Greg Kroah-Hartman --- 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,