]> Pileus Git - ~andy/linux/blobdiff - drivers/video/mbx/mbxfb.c
video: mbxfb: use dev_get_platdata()
[~andy/linux] / drivers / video / mbx / mbxfb.c
index 0c1a874ffd2bfd100be9e8f0b77bd6c0a30e90de..f87c4ef10b78717536f4cf0506f3029b871dab57 100644 (file)
@@ -890,7 +890,7 @@ static int mbxfb_probe(struct platform_device *dev)
 
        dev_dbg(&dev->dev, "mbxfb_probe\n");
 
-       pdata = dev->dev.platform_data;
+       pdata = dev_get_platdata(&dev->dev);
        if (!pdata) {
                dev_err(&dev->dev, "platform data is required\n");
                return -EINVAL;