devices/ccat/module.h
branchstable-1.5
changeset 2565 f7b06b264646
parent 2554 770881d887c5
child 2567 d70aad2f131f
equal deleted inserted replaced
2561:4839e81d2bdd 2565:f7b06b264646
    25 #include <linux/kernel.h>
    25 #include <linux/kernel.h>
    26 #include <linux/pci.h>
    26 #include <linux/pci.h>
    27 #include "CCatDefinitions.h"
    27 #include "CCatDefinitions.h"
    28 #include "../ecdev.h"
    28 #include "../ecdev.h"
    29 
    29 
    30 #define DRV_NAME         "ec_ccat"
       
    31 #define DRV_EXTRAVERSION "-ec"
    30 #define DRV_EXTRAVERSION "-ec"
    32 #define DRV_VERSION      "0.8" DRV_EXTRAVERSION
    31 #define DRV_VERSION      "0.9" DRV_EXTRAVERSION
    33 #define DRV_DESCRIPTION  "Beckhoff CCAT Ethernet/EtherCAT Network Driver"
    32 #define DRV_DESCRIPTION  "Beckhoff CCAT Ethernet/EtherCAT Network Driver"
    34 
    33 
    35 #undef pr_fmt
    34 #undef pr_fmt
    36 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    35 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    37 
    36