diff options
Diffstat (limited to 'board/cm-bf548/video.c')
-rw-r--r-- | board/cm-bf548/video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cm-bf548/video.c b/board/cm-bf548/video.c index 286726038e..b8cc873863 100644 --- a/board/cm-bf548/video.c +++ b/board/cm-bf548/video.c @@ -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); |