From 2e29e6a660f22791b0d78d8b75d620314e0f334f Mon Sep 17 00:00:00 2001 From: Harsh Kumar Date: Thu, 30 May 2013 11:18:12 +0530 Subject: [PATCH] Staging: winbond: Made local functions static Few functions are used only in one file. They are not included in any other .h or .c files (I used grep to check). They seem to be local functions. So, I have made them static. I have also inlined one function as it is a one line function. Signed-off-by: Harsh Kumar Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed