devices/ccat/module.h
branchstable-1.5
changeset 2665 2de506e60b21
parent 2654 b3f6b3e5ef29
child 2684 56587a22d05c
equal deleted inserted replaced
2664:14a18eae7e3b 2665:2de506e60b21
    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