diff options
author | Hans Verkuil <[email protected]> | 2023-08-13 10:20:49 +0200 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2023-09-27 09:40:01 +0200 |
commit | 785c4aa400cb81cb96793771bb629c6582c71f21 (patch) | |
tree | 064993eda675c24f504b23119d15d08e7d197b29 | |
parent | 0c7b8c5c2aed26234b281e167f07ded444246116 (diff) |
media: atomisp: remove left-over videobuf include
This source still included the media/videobuf-vmalloc.h
header, even though it is no longer used.
Since the old videobuf framework is about to be removed,
delete this include first.
Signed-off-by: Hans Verkuil <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp_compat_css20.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_compat_css20.c b/drivers/staging/media/atomisp/pci/atomisp_compat_css20.c index b97ec85aa0ba..0c02f41e1a1f 100644 --- a/drivers/staging/media/atomisp/pci/atomisp_compat_css20.c +++ b/drivers/staging/media/atomisp/pci/atomisp_compat_css20.c @@ -16,7 +16,6 @@ * */ -#include <media/videobuf-vmalloc.h> #include <media/v4l2-dev.h> #include <media/v4l2-event.h> |