1
0
Fork 0

ucc_geth: version 1.1

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
hifive-unleashed-5.1
Kim Phillips 2007-04-13 01:26:36 -05:00 committed by Jeff Garzik
parent 3a8205ead4
commit c2bcf00b43
1 changed files with 3 additions and 1 deletions

View File

@ -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");