Re: [PATCH 1/4] Staging: most: static keyword missing

2015-08-02 Thread Greg KH
On Sun, Aug 02, 2015 at 07:57:19PM +0200, Adrian Remonda wrote: > This is a patch to the mostcore/core.c file. It makes > several local functions static to prevent global visibility. You also change structure's visibility, please mention that when you resend this patch. thanks, greg k-h

[PATCH 1/4] Staging: most: static keyword missing

2015-08-02 Thread Adrian Remonda
This is a patch to the mostcore/core.c file. It makes several local functions static to prevent global visibility. Signed-off-by: Adrian Remonda --- drivers/staging/most/mostcore/core.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/most/mostco