ARM: tegra: split p2771-0000 build
[oweals/u-boot.git] / board / cm-bf548 / video.c
index 286726038ecf53d27b06f79a1c1da85d8b6c9928..b8cc873863687a7e64efd24d7b36f9f194c9066c 100644 (file)
@@ -332,7 +332,6 @@ int drv_video_init(void)
        memset(&videodev, 0, sizeof(videodev));
 
        strcpy(videodev.name, "video");
-       videodev.ext = DEV_EXT_VIDEO;   /* Video extensions */
 
        error = stdio_register(&videodev);