X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbcm-sf2-eth.h;h=c4e2e01003432efaf2eda169aacdb158040b56a8;hb=1113ad49dce7d56429c6ad37738d06e7aef21fac;hp=6104affc51c226bad0c6339c45543f6d59a42131;hpb=2ef98d33166e5c22a61eba29c20e236b72f1e8a2;p=oweals%2Fu-boot.git diff --git a/drivers/net/bcm-sf2-eth.h b/drivers/net/bcm-sf2-eth.h index 6104affc51..c4e2e01003 100644 --- a/drivers/net/bcm-sf2-eth.h +++ b/drivers/net/bcm-sf2-eth.h @@ -1,5 +1,5 @@ /* - * Copyright 2014 Broadcom Corporation. + * Copyright 2014-2017 Broadcom. * * SPDX-License-Identifier: GPL-2.0+ */ @@ -30,8 +30,6 @@ enum { struct eth_dma { void *tx_desc_aligned; void *rx_desc_aligned; - void *tx_desc; - void *rx_desc; uint8_t *tx_buf; uint8_t *rx_buf;