From mboxrd@z Thu Jan 1 00:00:00 1970 From: walter harms Date: Wed, 03 Jun 2015 07:20:02 +0000 Subject: Re: [PATCH 8/8] staging : wilc1000 : remove WILC_Sint64 Message-Id: <556EAAA2.7040709@bfs.de> List-Id: References: <1433307146-30840-1-git-send-email-chaehyun.lim@gmail.com> In-Reply-To: <1433307146-30840-1-git-send-email-chaehyun.lim@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org Am 03.06.2015 06:52, schrieb chaehyun lim: > remove WILC_Sint64 that is never used in the driver. > > Signed-off-by: chaehyun lim > --- > drivers/staging/wilc1000/wilc_oswrapper.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h > index 1c6f1d9..06c1223 100644 > --- a/drivers/staging/wilc1000/wilc_oswrapper.h > +++ b/drivers/staging/wilc1000/wilc_oswrapper.h > @@ -13,9 +13,6 @@ > /* OS Wrapper interface version */ > #define WILC_OSW_INTERFACE_VER 2 > > -/* Integer Types */ > -typedef signed long long WILC_Sint64; > - > /* Floating types */ > typedef float WILC_Float; > typedef double WILC_Double; what is about WILC_Float/Double ? re, wh