diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/hotplug/cpqphp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/cpqphp.h b/drivers/pci/hotplug/cpqphp.h index 1d5561c6bad4..53836001d511 100644 --- a/drivers/pci/hotplug/cpqphp.h +++ b/drivers/pci/hotplug/cpqphp.h | |||
@@ -464,7 +464,7 @@ extern u8 cpqhp_disk_irq; | |||
464 | 464 | ||
465 | /* inline functions */ | 465 | /* inline functions */ |
466 | 466 | ||
467 | static inline char *slot_name(struct slot *slot) | 467 | static inline const char *slot_name(struct slot *slot) |
468 | { | 468 | { |
469 | return hotplug_slot_name(slot->hotplug_slot); | 469 | return hotplug_slot_name(slot->hotplug_slot); |
470 | } | 470 | } |