equal
deleted
inserted
replaced
27 #include <linux/kernel.h> |
27 #include <linux/kernel.h> |
28 #include <linux/pci.h> |
28 #include <linux/pci.h> |
29 #include "../ecdev.h" |
29 #include "../ecdev.h" |
30 |
30 |
31 #define DRV_EXTRAVERSION "-ec" |
31 #define DRV_EXTRAVERSION "-ec" |
32 #define DRV_VERSION "0.14" DRV_EXTRAVERSION |
32 #define DRV_VERSION "0.15" DRV_EXTRAVERSION |
33 #define DRV_DESCRIPTION "Beckhoff CCAT Ethernet/EtherCAT Network Driver" |
33 #define DRV_DESCRIPTION "Beckhoff CCAT Ethernet/EtherCAT Network Driver" |
34 |
34 |
35 #undef pr_fmt |
35 #undef pr_fmt |
36 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
36 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
37 |
37 |