]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pci/hotplug/cpci_hotplug.h
Merge remote-tracking branch 'pm/linux-next'
[karo-tx-linux.git] / drivers / pci / hotplug / cpci_hotplug.h
index 6a0ddf757349d70f267e44030324aca3f2e821d1..555bcde3b19677e4ad90ddb0c7af11af68da9829 100644 (file)
@@ -52,13 +52,13 @@ struct slot {
 };
 
 struct cpci_hp_controller_ops {
-       int (*query_enum) (void);
-       int (*enable_irq) (void);
-       int (*disable_irq) (void);
-       int (*check_irq) (void *dev_id);
-       int (*hardware_test) (struct slot *slot, u32 value);
-       u8  (*get_power) (struct slot *slot);
-       int (*set_power) (struct slot *slot, int value);
+       int (*query_enum)(void);
+       int (*enable_irq)(void);
+       int (*disable_irq)(void);
+       int (*check_irq)(void *dev_id);
+       int (*hardware_test)(struct slot *slot, u32 value);
+       u8  (*get_power)(struct slot *slot);
+       int (*set_power)(struct slot *slot, int value);
 };
 
 struct cpci_hp_controller {