Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47691
b: refs/heads/master
c: 52fbf9c
h: refs/heads/master
i:
  47689: 4c6423d
  47687: 0504dd6
v: v3
  • Loading branch information
Pierre Ossman committed Feb 9, 2007
1 parent 6648e15 commit 3c177a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1615cc224e5d822c91bf0b8128f54680c6e92d2f
refs/heads/master: 52fbf9c976b36654e08e94c3107ddbaac7e2da33
5 changes: 1 addition & 4 deletions trunk/drivers/mmc/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "sdhci.h"

#define DRIVER_NAME "sdhci"
#define DRIVER_VERSION "0.12"

#define BUGMAIL "<sdhci-devel@list.drzeus.cx>"

Expand Down Expand Up @@ -1528,8 +1527,7 @@ static struct pci_driver sdhci_driver = {
static int __init sdhci_drv_init(void)
{
printk(KERN_INFO DRIVER_NAME
": Secure Digital Host Controller Interface driver, "
DRIVER_VERSION "\n");
": Secure Digital Host Controller Interface driver\n");
printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n");

return pci_register_driver(&sdhci_driver);
Expand All @@ -1551,7 +1549,6 @@ module_param(debug_quirks, uint, 0444);

MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>");
MODULE_DESCRIPTION("Secure Digital Host Controller Interface driver");
MODULE_VERSION(DRIVER_VERSION);
MODULE_LICENSE("GPL");

MODULE_PARM_DESC(debug_nodma, "Forcefully disable DMA transfers. (default 0)");
Expand Down

0 comments on commit 3c177a0

Please sign in to comment.