|
@@ -5,12 +5,13 @@
|
|
|
*
|
|
|
* Author(s):
|
|
|
* Jan Glauber <jang@linux.vnet.ibm.com>
|
|
|
+ *
|
|
|
+ * License: GPL
|
|
|
*/
|
|
|
|
|
|
#define KMSG_COMPONENT "zpci"
|
|
|
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
|
|
|
|
|
|
-#include <linux/module.h>
|
|
|
#include <linux/kernel.h>
|
|
|
#include <linux/slab.h>
|
|
|
#include <linux/pci.h>
|
|
@@ -21,10 +22,6 @@
|
|
|
#define SLOT_NAME_SIZE 10
|
|
|
static LIST_HEAD(s390_hotplug_slot_list);
|
|
|
|
|
|
-MODULE_AUTHOR("Jan Glauber <jang@linux.vnet.ibm.com");
|
|
|
-MODULE_DESCRIPTION("Hot Plug PCI Controller for System z");
|
|
|
-MODULE_LICENSE("GPL");
|
|
|
-
|
|
|
static int zpci_fn_configured(enum zpci_state state)
|
|
|
{
|
|
|
return state == ZPCI_FN_STATE_CONFIGURED ||
|