diff options
Diffstat (limited to 'drivers/video/ps3fb.c')
-rw-r--r-- | drivers/video/ps3fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c index dc3af1c78c56..4b5d80771904 100644 --- a/drivers/video/ps3fb.c +++ b/drivers/video/ps3fb.c | |||
@@ -1297,6 +1297,7 @@ static int ps3fb_shutdown(struct ps3_system_bus_device *dev) | |||
1297 | 1297 | ||
1298 | static struct ps3_system_bus_driver ps3fb_driver = { | 1298 | static struct ps3_system_bus_driver ps3fb_driver = { |
1299 | .match_id = PS3_MATCH_ID_GRAPHICS, | 1299 | .match_id = PS3_MATCH_ID_GRAPHICS, |
1300 | .match_sub_id = PS3_MATCH_SUB_ID_FB, | ||
1300 | .core.name = DEVICE_NAME, | 1301 | .core.name = DEVICE_NAME, |
1301 | .core.owner = THIS_MODULE, | 1302 | .core.owner = THIS_MODULE, |
1302 | .probe = ps3fb_probe, | 1303 | .probe = ps3fb_probe, |