aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et131x_version.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2010-01-18 10:34:24 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 19:42:51 -0500
commit69ea5fcb5e33b785f3f554db0ab0c2694da3f22f (patch)
tree12376acfb1e687dfa77b74147fd84a1756a24fc3 /drivers/staging/et131x/et131x_version.h
parentec7d9f61012b9ab902810d63c4b5a7c796e4ceed (diff)
Staging: et131x: Collapse all the function definitions into one place
We have lots of tiny files right now that could be one Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et131x_version.h')
-rw-r--r--drivers/staging/et131x/et131x_version.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/staging/et131x/et131x_version.h b/drivers/staging/et131x/et131x_version.h
index 568f6c8c34f..2aa9bda44ac 100644
--- a/drivers/staging/et131x/et131x_version.h
+++ b/drivers/staging/et131x/et131x_version.h
@@ -62,20 +62,13 @@
62#define DRIVER_LICENSE "Dual BSD/GPL" 62#define DRIVER_LICENSE "Dual BSD/GPL"
63#define DRIVER_DEVICE_STRING "ET1310" 63#define DRIVER_DEVICE_STRING "ET1310"
64#define DRIVER_NAME "et131x" 64#define DRIVER_NAME "et131x"
65#define DRIVER_MAJOR_VERSION 1 65#define DRIVER_VERSION_STRING "1.2.3-lk"
66#define DRIVER_MINOR_VERSION 2
67#define DRIVER_PATCH_VERSION 3
68#define DRIVER_VERSION_STRING "1.2.3"
69#define DRIVER_VENDOR "Agere Systems, http://www.agere.com" 66#define DRIVER_VENDOR "Agere Systems, http://www.agere.com"
70#define DRIVER_DESC "10/100/1000 Base-T Ethernet Driver" 67#define DRIVER_DESC "10/100/1000 Base-T Ethernet Driver"
71 68
72#define STRUCT_MODULE "net" /* blux: missed by the kernel */
73
74#define DRIVER_INFO DRIVER_DESC " for the "\ 69#define DRIVER_INFO DRIVER_DESC " for the "\
75 DRIVER_DEVICE_STRING ", v" \ 70 DRIVER_DEVICE_STRING ", v" \
76 DRIVER_VERSION_STRING " by " \ 71 DRIVER_VERSION_STRING " by " \
77 DRIVER_VENDOR 72 DRIVER_VENDOR
78 73
79#define DRIVER_NAME_EXT "et131x.ko"
80
81#endif /* __ET131X_VERSION_H__ */ 74#endif /* __ET131X_VERSION_H__ */