video: Drop references to CONFIG_VIDEO et al
[platform/kernel/u-boot.git] / arch / arm / include / asm / mach-imx / mx5_video.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2012
4  * Anatolij Gustschin, DENX Software Engineering, <agust@denx.de>
5  */
6 #ifndef __MX5_VIDEO_H
7 #define __MX5_VIDEO_H
8
9 static inline void lcd_enable(void) { }
10 static inline void setup_iomux_lcd(void) { }
11
12 #endif