diff options
Diffstat (limited to 'include/linux/pcieport_if.h')
-rw-r--r-- | include/linux/pcieport_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pcieport_if.h b/include/linux/pcieport_if.h index cd3eafc2c233..b44e01a70914 100644 --- a/include/linux/pcieport_if.h +++ b/include/linux/pcieport_if.h | |||
@@ -59,7 +59,7 @@ struct pcie_port_service_driver { | |||
59 | int (*probe) (struct pcie_device *dev, | 59 | int (*probe) (struct pcie_device *dev, |
60 | const struct pcie_port_service_id *id); | 60 | const struct pcie_port_service_id *id); |
61 | void (*remove) (struct pcie_device *dev); | 61 | void (*remove) (struct pcie_device *dev); |
62 | int (*suspend) (struct pcie_device *dev, u32 state); | 62 | int (*suspend) (struct pcie_device *dev, pm_message_t state); |
63 | int (*resume) (struct pcie_device *dev); | 63 | int (*resume) (struct pcie_device *dev); |
64 | 64 | ||
65 | const struct pcie_port_service_id *id_table; | 65 | const struct pcie_port_service_id *id_table; |