|
@@ -161,8 +161,7 @@ static int smc911x_init(struct eth_device *dev, bd_t * bd)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int smc911x_send(struct eth_device *dev,
|
|
|
- volatile void *packet, int length)
|
|
|
+static int smc911x_send(struct eth_device *dev, void *packet, int length)
|
|
|
{
|
|
|
u32 *data = (u32*)packet;
|
|
|
u32 tmplen;
|