Skip to content
Commit a9b121c4 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Jeff Garzik
Browse files

smc911x: Fix unused variable warning.



The smc911x_local pointer in smc911x_rcv is only used in the SMC_USE_DMA
case. Move it under the #ifdef so GCC doesn't generate a warning in the
non-DMA case.

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent d0c4581b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment