hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/net/ethernet/freescale/ucc_geth.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) Freescale Semicondutor, Inc. 2006-2009. All rights reserved.
34 *
....@@ -9,11 +10,6 @@
910 * Changelog:
1011 * Jun 28, 2006 Li Yang <LeoLi@freescale.com>
1112 * - Rearrange code and style fixes
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License as published by the
15
- * Free Software Foundation; either version 2 of the License, or (at your
16
- * option) any later version.
1713 */
1814 #ifndef __UCC_GETH_H__
1915 #define __UCC_GETH_H__
....@@ -30,7 +26,6 @@
3026
3127 #define DRV_DESC "QE UCC Gigabit Ethernet Controller"
3228 #define DRV_NAME "ucc_geth"
33
-#define DRV_VERSION "1.1"
3429
3530 #define NUM_TX_QUEUES 8
3631 #define NUM_RX_QUEUES 8