Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24aadb8b authored by kbuild test robot's avatar kbuild test robot Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: periodic_rssi can be static

parent 262f55e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ static struct semaphore hif_sema_thread;
static struct semaphore hif_sema_driver;
static struct semaphore hif_sema_wait_response;
static struct semaphore hif_sema_deinit;
struct timer_list periodic_rssi;
static struct timer_list periodic_rssi;

u8 gau8MulticastMacAddrList[WILC_MULTICAST_TABLE_SIZE][ETH_ALEN];