diff options
Diffstat (limited to 'drivers/block/ps3vram.c')
-rw-r--r-- | drivers/block/ps3vram.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/ps3vram.c b/drivers/block/ps3vram.c index f58cdcfb305f..75e112d66006 100644 --- a/drivers/block/ps3vram.c +++ b/drivers/block/ps3vram.c | |||
@@ -536,7 +536,7 @@ static const struct file_operations ps3vram_proc_fops = { | |||
536 | .release = single_release, | 536 | .release = single_release, |
537 | }; | 537 | }; |
538 | 538 | ||
539 | static void __devinit ps3vram_proc_init(struct ps3_system_bus_device *dev) | 539 | static void ps3vram_proc_init(struct ps3_system_bus_device *dev) |
540 | { | 540 | { |
541 | struct ps3vram_priv *priv = ps3_system_bus_get_drvdata(dev); | 541 | struct ps3vram_priv *priv = ps3_system_bus_get_drvdata(dev); |
542 | struct proc_dir_entry *pde; | 542 | struct proc_dir_entry *pde; |
@@ -618,7 +618,7 @@ static void ps3vram_make_request(struct request_queue *q, struct bio *bio) | |||
618 | } while (bio); | 618 | } while (bio); |
619 | } | 619 | } |
620 | 620 | ||
621 | static int __devinit ps3vram_probe(struct ps3_system_bus_device *dev) | 621 | static int ps3vram_probe(struct ps3_system_bus_device *dev) |
622 | { | 622 | { |
623 | struct ps3vram_priv *priv; | 623 | struct ps3vram_priv *priv; |
624 | int error, status; | 624 | int error, status; |