remove WILC_Sint64 that is never used in the driver. Signed-off-by: Chaehyun Lim <chaehyun.lim@xxxxxxxxx> --- V2 : remove the spaces on the subject Capitalize the name on the From and the Signed-off-by 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 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html