diff options
Diffstat (limited to 'drivers/video/tda19988.c')
| -rw-r--r-- | drivers/video/tda19988.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tda19988.c b/drivers/video/tda19988.c index 01ed6193ea..191cda3ce7 100644 --- a/drivers/video/tda19988.c +++ b/drivers/video/tda19988.c @@ -9,6 +9,8 @@ #include <dm.h> #include <display.h> #include <i2c.h> +#include <linux/bitops.h> +#include <linux/delay.h> /* * TDA19988 uses paged registers. We encode the page# in the upper |
