devices/ccat/module.h
branchstable-1.5
changeset 2654 b3f6b3e5ef29
parent 2638 5995331a55fe
child 2684 56587a22d05c
equal deleted inserted replaced
2639:3bedfc5ecd74 2654:b3f6b3e5ef29
    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