diff options
author | Frank Haverkamp <haver@linux.vnet.ibm.com> | 2014-09-10 18:37:47 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 10:15:46 +0400 |
commit | 64df2ec5108de3f627761cade7b31e5d583ce448 (patch) | |
tree | 2f4cc6f0d77b6e4f463dc7988cf74f792712bd1a /drivers/misc/genwqe/card_base.c | |
parent | 95a8825c9c3482e31ee5064184138a18be186515 (diff) | |
download | linux-64df2ec5108de3f627761cade7b31e5d583ce448.tar.xz |
GenWQE: Remove sysfs entry for driver version
A special sysfs entry to display the driver version is not
needed. We left the driver version and adjusted it to the
naming a lot of other drivers use. The information can be
retrieved by using modinfo genwqe_card.
modinfo genwqe_card will provide the same information.
Signed-off-by: Frank Haverkamp <haver@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/genwqe/card_base.c')
-rw-r--r-- | drivers/misc/genwqe/card_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/genwqe/card_base.c b/drivers/misc/genwqe/card_base.c index 070a55c36101..c60ad4bd7ed6 100644 --- a/drivers/misc/genwqe/card_base.c +++ b/drivers/misc/genwqe/card_base.c @@ -48,7 +48,7 @@ MODULE_AUTHOR("Joerg-Stephan Vogt <jsvogt@de.ibm.com>"); MODULE_AUTHOR("Michal Jung <mijung@de.ibm.com>"); MODULE_DESCRIPTION("GenWQE Card"); -MODULE_VERSION(DRV_VERS_STRING); +MODULE_VERSION(DRV_VERSION); MODULE_LICENSE("GPL"); static char genwqe_driver_name[] = GENWQE_DEVNAME; |