From cdf11154b6c61d1258d631ab1aed1a3018781340 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Fri, 14 Mar 2014 16:28:00 +0530 Subject: [PATCH] static: keucr: Fix sparse warning of static declarations This patch fixes the warning: drivers/staging/keucr/smilsub.c:603:6: warning: symbol '_Check_D_DevCode' was not declared. Should it be static? by making function static as it is used within the file. Signed-off-by: Himangi Saraogi Acked-by: Pablo Neira Ayuso Signed-off-by: Peter P Waskiewicz Jr --- Reading git-format-patch failed