diff options
Diffstat (limited to 'drivers/net/ethernet/xscale/ixp4xx_eth.c')
| -rw-r--r-- | drivers/net/ethernet/xscale/ixp4xx_eth.c | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/ethernet/xscale/ixp4xx_eth.c b/drivers/net/ethernet/xscale/ixp4xx_eth.c index 319db3ece263..6fc04ffb22c2 100644 --- a/drivers/net/ethernet/xscale/ixp4xx_eth.c +++ b/drivers/net/ethernet/xscale/ixp4xx_eth.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Intel IXP4xx Ethernet driver for Linux   *   * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>   * - * This program is free software; you can redistribute it and/or modify it - * under the terms of version 2 of the GNU General Public License - * as published by the Free Software Foundation. - *   * Ethernet port config (0x00 is not present on IXP42X):   *   * logical port		0x00		0x10		0x20 @@ -16,7 +13,6 @@   * RX-free queue	26		27		28   * TX-done queue is always 31, per-port RX and TX-ready queues are configurable   * - *   * Queue entries:   * bits 0 -> 1	- NPE ID (RX and TX-done)   * bits 0 -> 2	- priority (TX, per 802.1D)  | 

