diff options
Diffstat (limited to 'board/bf533-stamp/video.c')
-rw-r--r-- | board/bf533-stamp/video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bf533-stamp/video.c b/board/bf533-stamp/video.c index a451f9740f..e9b9a9abdf 100644 --- a/board/bf533-stamp/video.c +++ b/board/bf533-stamp/video.c @@ -164,7 +164,6 @@ int drv_video_init(void) memset(&videodev, 0, sizeof(videodev)); strcpy(videodev.name, "video"); - videodev.ext = DEV_EXT_VIDEO; return stdio_register(&videodev); } |