diff options
Diffstat (limited to 'drivers/ps3/ps3-lpm.c')
-rw-r--r-- | drivers/ps3/ps3-lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c index 643697f71390..b139b7792e9f 100644 --- a/drivers/ps3/ps3-lpm.c +++ b/drivers/ps3/ps3-lpm.c | |||
@@ -1185,7 +1185,7 @@ int ps3_lpm_close(void) | |||
1185 | } | 1185 | } |
1186 | EXPORT_SYMBOL_GPL(ps3_lpm_close); | 1186 | EXPORT_SYMBOL_GPL(ps3_lpm_close); |
1187 | 1187 | ||
1188 | static int __devinit ps3_lpm_probe(struct ps3_system_bus_device *dev) | 1188 | static int ps3_lpm_probe(struct ps3_system_bus_device *dev) |
1189 | { | 1189 | { |
1190 | dev_dbg(&dev->core, " -> %s:%u\n", __func__, __LINE__); | 1190 | dev_dbg(&dev->core, " -> %s:%u\n", __func__, __LINE__); |
1191 | 1191 | ||