devices/ccat/module.h
branchstable-1.5
changeset 2578 d707b650fa52
parent 2576 f6a5b3bb0594
child 2636 0613017547fe
equal deleted inserted replaced
2577:8b2a511a2bf8 2578:d707b650fa52
    26 #include <linux/kernel.h>
    26 #include <linux/kernel.h>
    27 #include <linux/pci.h>
    27 #include <linux/pci.h>
    28 #include "../ecdev.h"
    28 #include "../ecdev.h"
    29 
    29 
    30 #define DRV_EXTRAVERSION "-ec"
    30 #define DRV_EXTRAVERSION "-ec"
    31 #define DRV_VERSION      "0.9" DRV_EXTRAVERSION
    31 #define DRV_VERSION      "0.10" DRV_EXTRAVERSION
    32 #define DRV_DESCRIPTION  "Beckhoff CCAT Ethernet/EtherCAT Network Driver"
    32 #define DRV_DESCRIPTION  "Beckhoff CCAT Ethernet/EtherCAT Network Driver"
    33 
    33 
    34 #undef pr_fmt
    34 #undef pr_fmt
    35 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    35 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    36 
    36