mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:20:53 +07:00
ucc_geth: version 1.1
Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
3a8205ead4
commit
c2bcf00b43
@ -46,8 +46,9 @@
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#define DRV_DESC "QE UCC Gigabit Ethernet Controller version:Sept 11, 2006"
|
||||
#define DRV_DESC "QE UCC Gigabit Ethernet Controller"
|
||||
#define DRV_NAME "ucc_geth"
|
||||
#define DRV_VERSION "1.1"
|
||||
|
||||
#define ugeth_printk(level, format, arg...) \
|
||||
printk(level format "\n", ## arg)
|
||||
@ -4006,4 +4007,5 @@ module_exit(ucc_geth_exit);
|
||||
|
||||
MODULE_AUTHOR("Freescale Semiconductor, Inc");
|
||||
MODULE_DESCRIPTION(DRV_DESC);
|
||||
MODULE_VERSION(DRV_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user