staging: wilc1000: remove struct timer_cb
authorTony Cho <tony.cho@atmel.com>
Wed, 30 Sep 2015 09:44:35 +0000 (18:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 09:55:59 +0000 (11:55 +0200)
This patch removes struct timer_cb which is not used.

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

index da8e589d2b19d22073f037ad71cf1e7cc1071aa9..7d511227505b99625dfb9c55b46ec5ec4811d629 100644 (file)
@@ -314,20 +314,6 @@ struct del_sta {
        u8 au8MacAddr[ETH_ALEN];
 };
 
-/*!
- *  @struct             timer_cb
- *  @brief             Timer callback message body
- *  @details
- *  @todo
- *  @sa
- *  @author            Mostafa Abu Bakr
- *  @date              25 March 2012
- *  @version           1.0
- */
-struct timer_cb {
-       void *pvUsrArg;                 /*!< Private data passed at timer start */
-};
-
 /*!
  *  @struct     power_mgmt_param
  *  @brief             Power management message body
@@ -395,7 +381,6 @@ union message_body {
        struct add_sta_param add_sta_info;
        struct del_sta del_sta_info;
        struct add_sta_param edit_sta_info;
-       struct timer_cb strTimerCb;
        struct power_mgmt_param strPowerMgmtparam;
        struct sta_inactive_t strHostIfStaInactiveT;
        struct set_ip_addr strHostIfSetIP;
This page took 0.027921 seconds and 5 git commands to generate.