kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 8/8] staging : wilc1000 : remove WILC_Sint64
@ 2015-06-03  4:52 chaehyun lim
  2015-06-03  7:20 ` walter harms
  0 siblings, 1 reply; 2+ messages in thread
From: chaehyun lim @ 2015-06-03  4:52 UTC (permalink / raw)
  To: kernel-janitors

remove WILC_Sint64 that is never used in the driver.

Signed-off-by: chaehyun lim <chaehyun.lim@gmail.com>
---
 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;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 8/8] staging : wilc1000 : remove WILC_Sint64
  2015-06-03  4:52 [PATCH 8/8] staging : wilc1000 : remove WILC_Sint64 chaehyun lim
@ 2015-06-03  7:20 ` walter harms
  0 siblings, 0 replies; 2+ messages in thread
From: walter harms @ 2015-06-03  7:20 UTC (permalink / raw)
  To: kernel-janitors



Am 03.06.2015 06:52, schrieb chaehyun lim:
> remove WILC_Sint64 that is never used in the driver.
> 
> Signed-off-by: chaehyun lim <chaehyun.lim@gmail.com>
> ---
>  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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-03  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  4:52 [PATCH 8/8] staging : wilc1000 : remove WILC_Sint64 chaehyun lim
2015-06-03  7:20 ` walter harms

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).