diff options
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/ps3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/ps3.h b/arch/powerpc/include/asm/ps3.h index dcd302f489f6..7660694ab3ca 100644 --- a/arch/powerpc/include/asm/ps3.h +++ b/arch/powerpc/include/asm/ps3.h | |||
@@ -418,12 +418,12 @@ static inline struct ps3_system_bus_driver * | |||
418 | * @data: Data to set | 418 | * @data: Data to set |
419 | */ | 419 | */ |
420 | 420 | ||
421 | static inline void ps3_system_bus_set_driver_data( | 421 | static inline void ps3_system_bus_set_drvdata( |
422 | struct ps3_system_bus_device *dev, void *data) | 422 | struct ps3_system_bus_device *dev, void *data) |
423 | { | 423 | { |
424 | dev_set_drvdata(&dev->core, data); | 424 | dev_set_drvdata(&dev->core, data); |
425 | } | 425 | } |
426 | static inline void *ps3_system_bus_get_driver_data( | 426 | static inline void *ps3_system_bus_get_drvdata( |
427 | struct ps3_system_bus_device *dev) | 427 | struct ps3_system_bus_device *dev) |
428 | { | 428 | { |
429 | return dev_get_drvdata(&dev->core); | 429 | return dev_get_drvdata(&dev->core); |