diff options
Diffstat (limited to 'drivers/ps3/ps3av.c')
-rw-r--r-- | drivers/ps3/ps3av.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ps3/ps3av.c b/drivers/ps3/ps3av.c index e82d8c9c6cda..a409fa050a1a 100644 --- a/drivers/ps3/ps3av.c +++ b/drivers/ps3/ps3av.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/notifier.h> | 24 | #include <linux/notifier.h> |
25 | #include <linux/ioctl.h> | 25 | #include <linux/ioctl.h> |
26 | #include <linux/fb.h> | 26 | #include <linux/fb.h> |
27 | #include <linux/slab.h> | ||
27 | 28 | ||
28 | #include <asm/firmware.h> | 29 | #include <asm/firmware.h> |
29 | #include <asm/ps3av.h> | 30 | #include <asm/ps3av.h> |
@@ -532,7 +533,7 @@ static void ps3av_set_videomode_packet(u32 id) | |||
532 | res = ps3av_cmd_avb_param(&avb_param, len); | 533 | res = ps3av_cmd_avb_param(&avb_param, len); |
533 | if (res == PS3AV_STATUS_NO_SYNC_HEAD) | 534 | if (res == PS3AV_STATUS_NO_SYNC_HEAD) |
534 | printk(KERN_WARNING | 535 | printk(KERN_WARNING |
535 | "%s: Command failed. Please try your request again. \n", | 536 | "%s: Command failed. Please try your request again.\n", |
536 | __func__); | 537 | __func__); |
537 | else if (res) | 538 | else if (res) |
538 | dev_dbg(&ps3av->dev->core, "ps3av_cmd_avb_param failed\n"); | 539 | dev_dbg(&ps3av->dev->core, "ps3av_cmd_avb_param failed\n"); |