mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
drivers/net/enc28j60.c: Fix compile warning
Fix this: enc28j60.c: In function 'enc28j60_initialize': enc28j60.c:967:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com>
This commit is contained in:
parent
bccbe619b1
commit
b58cab3429
1 changed files with 1 additions and 1 deletions
|
|
@ -875,7 +875,7 @@ static int enc_recv(struct eth_device *dev)
|
|||
*/
|
||||
static int enc_send(
|
||||
struct eth_device *dev,
|
||||
volatile void *packet,
|
||||
void *packet,
|
||||
int length)
|
||||
{
|
||||
enc_dev_t *enc = dev->priv;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue