staging: wilc1000: remove typedef from the struct
authorTony Cho <tony.cho@atmel.com>
Fri, 18 Sep 2015 09:11:04 +0000 (18:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Sep 2015 02:58:34 +0000 (19:58 -0700)
commit3a8c41b50aa2782f3ba926944a2374b957705f33
treeefdce87d64c0a73e746be7d308a467eff4867b6e
parent67dd5eb952032b07cf2cc6e04047c990714cb270
staging: wilc1000: remove typedef from the struct

The Linux kernel coding style does not recommend to use typedef for the
structure. This patch removes typedef from the host_if_msg structure.

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c