The "_t" suffix is not needed for structure names in this driver, and is a reflection of an older typedef system that is no longer in place. Replace all occurences of 'struct hostif_associate_indication_t' with 'struct hostif_associate_indication'.
Signed-off-by: Quytelda Kahja <quyte...@tamalin.org> --- drivers/staging/ks7010/ks_hostif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index 566637b9ac15..81f12b41830e 100644 --- a/drivers/staging/ks7010/ks_hostif.h +++ b/drivers/staging/ks7010/ks_hostif.h @@ -452,7 +452,7 @@ struct association_response { __le16 resp_ies_size; } __packed; -struct hostif_associate_indication_t { +struct hostif_associate_indication { struct hostif_hdr header; struct association_request assoc_req; struct association_response assoc_resp; -- 2.16.3 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel