]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: smsc95xx: Use correct get_unaligned functions
authorChris Packham <judge.packham@gmail.com>
Tue, 12 Jul 2016 21:52:36 +0000 (09:52 +1200)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Aug 2016 18:34:45 +0000 (13:34 -0500)
commit70f14636861e70276426687dc3cf6ede3e1c2b99
tree8bd3ec80ac98d83a6753b62d450d63e2ef47d745
parenta212b66d7c9304271a2e6f78775d7c1e328cbb8e
net: smsc95xx: Use correct get_unaligned functions

The __get_unaligned_le* functions may not be declared on all platforms.
Instead, get_unaligned_le* should be used. On many platforms both of
these are the same function.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/usb/eth/smsc95xx.c