mmc: sdhci: Remove driver version
The driver version was only really meaningful when it was an out-of-tree driver. Now we can use the version of the kernel. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
#include "sdhci.h"
|
#include "sdhci.h"
|
||||||
|
|
||||||
#define DRIVER_NAME "sdhci"
|
#define DRIVER_NAME "sdhci"
|
||||||
#define DRIVER_VERSION "0.12"
|
|
||||||
|
|
||||||
#define BUGMAIL "<sdhci-devel@list.drzeus.cx>"
|
#define BUGMAIL "<sdhci-devel@list.drzeus.cx>"
|
||||||
|
|
||||||
@@ -1528,8 +1527,7 @@ static struct pci_driver sdhci_driver = {
|
|||||||
static int __init sdhci_drv_init(void)
|
static int __init sdhci_drv_init(void)
|
||||||
{
|
{
|
||||||
printk(KERN_INFO DRIVER_NAME
|
printk(KERN_INFO DRIVER_NAME
|
||||||
": Secure Digital Host Controller Interface driver, "
|
": Secure Digital Host Controller Interface driver\n");
|
||||||
DRIVER_VERSION "\n");
|
|
||||||
printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n");
|
printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n");
|
||||||
|
|
||||||
return pci_register_driver(&sdhci_driver);
|
return pci_register_driver(&sdhci_driver);
|
||||||
@@ -1551,7 +1549,6 @@ module_param(debug_quirks, uint, 0444);
|
|||||||
|
|
||||||
MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>");
|
MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>");
|
||||||
MODULE_DESCRIPTION("Secure Digital Host Controller Interface driver");
|
MODULE_DESCRIPTION("Secure Digital Host Controller Interface driver");
|
||||||
MODULE_VERSION(DRIVER_VERSION);
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
MODULE_PARM_DESC(debug_nodma, "Forcefully disable DMA transfers. (default 0)");
|
MODULE_PARM_DESC(debug_nodma, "Forcefully disable DMA transfers. (default 0)");
|
||||||
|
Reference in New Issue
Block a user