X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fps3fb.c;h=4b5d807719041e99aa7f1d70afb1b9a308c21fa6;hb=0e73a47f094a919e2edeaa88e840cd0400adc423;hp=dc3af1c78c56ce2fff1fa32a5f8961ae727a496a;hpb=4f02f8220562591322c118d07a32bebf705318b7;p=linux-2.6 diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c index dc3af1c78c..4b5d807719 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) static struct ps3_system_bus_driver ps3fb_driver = { .match_id = PS3_MATCH_ID_GRAPHICS, + .match_sub_id = PS3_MATCH_SUB_ID_FB, .core.name = DEVICE_NAME, .core.owner = THIS_MODULE, .probe = ps3fb_probe,