PCI: pciehp: Remove loading message
authorBjorn Helgaas <[email protected]>
Tue, 15 Nov 2016 13:57:30 +0000 (07:57 -0600)
committerBjorn Helgaas <[email protected]>
Mon, 12 Dec 2016 16:05:24 +0000 (10:05 -0600)
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]>
drivers/pci/hotplug/pciehp_core.c

index 7d32fa33dcef902a926b1603a06f2002971675a4..35d84845d5af93769c5062ccf1395c467e29d8fe 100644 (file)
  *
  * Send feedback to <[email protected]>, <[email protected]>
  *
+ * Authors:
+ *   Dan Zink <[email protected]>
+ *   Greg Kroah-Hartman <[email protected]>
+ *   Dely Sy <[email protected]>"
  */
 
 #include <linux/moduleparam.h>
@@ -42,10 +46,6 @@ bool pciehp_poll_mode;
 int pciehp_poll_time;
 static bool pciehp_force;
 
-#define DRIVER_VERSION "0.4"
-#define DRIVER_AUTHOR  "Dan Zink <[email protected]>, Greg Kroah-Hartman <[email protected]>, Dely Sy <[email protected]>"
-#define DRIVER_DESC    "PCI Express Hot Plug Controller Driver"
-
 /*
  * not really modular, but the easiest way to keep compat with existing
  * bootargs behaviour is to continue using module_param here.
@@ -333,7 +333,6 @@ static int __init pcied_init(void)
 
        retval = pcie_port_service_register(&hpdriver_portdrv);
        dbg("pcie_port_service_register = %d\n", retval);
-       info(DRIVER_DESC " version: " DRIVER_VERSION "\n");
        if (retval)
                dbg("Failure to register service\n");