Re: [PATCH v3] CAIF: fix sparse warning for caif_usb

2013-03-04 Thread David Miller
From: Silviu-Mihai Popescu Date: Mon, 4 Mar 2013 09:09:31 +0200 > This fixes the following sparse warning: > net/caif/caif_usb.c:84:16: warning: symbol 'cfusbl_create' was not > declared. Should it be static? > > Signed-off-by: Silviu-Mihai Popescu Applied. -- To unsubscribe from this list: s

[PATCH v3] CAIF: fix sparse warning for caif_usb

2013-03-03 Thread Silviu-Mihai Popescu
This fixes the following sparse warning: net/caif/caif_usb.c:84:16: warning: symbol 'cfusbl_create' was not declared. Should it be static? Signed-off-by: Silviu-Mihai Popescu --- net/caif/caif_usb.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/caif/caif_usb.c b/