Message ID | 20240909075641.258968-6-ubizjak@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | random: Resolve circular include dependency and include <linux/percpu.h> | expand |
On 09/09/2024 09:53, Uros Bizjak wrote: > Substitute the inclusion of <linux/random.h> header with > <linux/prandom.h> to allow the removal of legacy inclusion > of <linux/prandom.h> from <linux/random.h>. > > Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Regards, Hans > Cc: Hans Verkuil <hverkuil@xs4all.nl> > Cc: Mauro Carvalho Chehab <mchehab@kernel.org> > Cc: linux-media@vger.kernel.org > --- > drivers/media/test-drivers/vivid/vivid-vid-cap.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/test-drivers/vivid/vivid-vid-cap.c b/drivers/media/test-drivers/vivid/vivid-vid-cap.c > index 69620e0a35a0..184460eb356e 100644 > --- a/drivers/media/test-drivers/vivid/vivid-vid-cap.c > +++ b/drivers/media/test-drivers/vivid/vivid-vid-cap.c > @@ -10,6 +10,7 @@ > #include <linux/sched.h> > #include <linux/vmalloc.h> > #include <linux/videodev2.h> > +#include <linux/prandom.h> > #include <linux/v4l2-dv-timings.h> > #include <media/v4l2-common.h> > #include <media/v4l2-event.h>
diff --git a/drivers/media/test-drivers/vivid/vivid-vid-cap.c b/drivers/media/test-drivers/vivid/vivid-vid-cap.c index 69620e0a35a0..184460eb356e 100644 --- a/drivers/media/test-drivers/vivid/vivid-vid-cap.c +++ b/drivers/media/test-drivers/vivid/vivid-vid-cap.c @@ -10,6 +10,7 @@ #include <linux/sched.h> #include <linux/vmalloc.h> #include <linux/videodev2.h> +#include <linux/prandom.h> #include <linux/v4l2-dv-timings.h> #include <media/v4l2-common.h> #include <media/v4l2-event.h>
Substitute the inclusion of <linux/random.h> header with <linux/prandom.h> to allow the removal of legacy inclusion of <linux/prandom.h> from <linux/random.h>. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Cc: Hans Verkuil <hverkuil@xs4all.nl> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: linux-media@vger.kernel.org --- drivers/media/test-drivers/vivid/vivid-vid-cap.c | 1 + 1 file changed, 1 insertion(+)