Skip to content

Commit 5fbeef6

Browse files
committed
PCI: pciehp: Remove loading message
Remove the "PCI Express Hot Plug Controller Driver" version message. I don't think it contains any useful information. Remove unused #defines and move the author information to a comment. Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent d9b47d5 commit 5fbeef6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

drivers/pci/hotplug/pciehp_core.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
*
2626
* Send feedback to <[email protected]>, <[email protected]>
2727
*
28+
* Authors:
29+
* Dan Zink <[email protected]>
30+
* Greg Kroah-Hartman <[email protected]>
31+
* Dely Sy <[email protected]>"
2832
*/
2933

3034
#include <linux/moduleparam.h>
@@ -42,10 +46,6 @@ bool pciehp_poll_mode;
4246
int pciehp_poll_time;
4347
static bool pciehp_force;
4448

45-
#define DRIVER_VERSION "0.4"
46-
#define DRIVER_AUTHOR "Dan Zink <[email protected]>, Greg Kroah-Hartman <[email protected]>, Dely Sy <[email protected]>"
47-
#define DRIVER_DESC "PCI Express Hot Plug Controller Driver"
48-
4949
/*
5050
* not really modular, but the easiest way to keep compat with existing
5151
* bootargs behaviour is to continue using module_param here.
@@ -333,7 +333,6 @@ static int __init pcied_init(void)
333333

334334
retval = pcie_port_service_register(&hpdriver_portdrv);
335335
dbg("pcie_port_service_register = %d\n", retval);
336-
info(DRIVER_DESC " version: " DRIVER_VERSION "\n");
337336
if (retval)
338337
dbg("Failure to register service\n");
339338

0 commit comments

Comments
 (0)