diff options
Diffstat (limited to 'drivers/usb/eth/r8152.h')
-rw-r--r-- | drivers/usb/eth/r8152.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/eth/r8152.h b/drivers/usb/eth/r8152.h index cd44da239d..784ad997ac 100644 --- a/drivers/usb/eth/r8152.h +++ b/drivers/usb/eth/r8152.h @@ -594,6 +594,10 @@ struct r8152 { u16 ocp_base; u8 version; + +#ifdef CONFIG_DM_ETH + struct ueth_data ueth; +#endif }; int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, |