X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fusb%2Feth%2Fasix.c;h=a3bf51a64d71e3fdea918b5438a785e6b6c833ca;hb=895f3e0542015b347298c8b501e63d5f32002c04;hp=2f116c0cb61fd18af28530bbc256037c69e7a60c;hpb=b20a91d81fbdf9402df5425126bdee3368f10044;p=oweals%2Fu-boot.git diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c index 2f116c0cb6..a3bf51a64d 100644 --- a/drivers/usb/eth/asix.c +++ b/drivers/usb/eth/asix.c @@ -419,7 +419,7 @@ out_err: return -1; } -static int asix_send(struct eth_device *eth, volatile void *packet, int length) +static int asix_send(struct eth_device *eth, void *packet, int length) { struct ueth_data *dev = (struct ueth_data *)eth->priv; int err;