s2io: remove unused code
authorJon Mason <jon.mason@exar.com>
Thu, 12 Aug 2010 05:03:03 +0000 (05:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Aug 2010 21:24:50 +0000 (14:24 -0700)
usr_addrs is never referenced outside the initial struct population
during open, thus making it unnecessary.  Remove it, the code that
references it, and the struct that it is the only user of.

Signed-off-by: Jon Mason <jon.mason@exar.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found