Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dmxdev: drop unneeded <linux/kernel.h> inclusion from other headers

There is no evidence we need kernel.h inclusion in certain headers.
Drop unneeded <linux/kernel.h> inclusion from other headers.

Link: https://lore.kernel.org/linux-media/20211210120201.35635-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Andy Shevchenko and committed by
Mauro Carvalho Chehab
391137c0 9dd2444f

-1
-1
include/media/dmxdev.h
··· 21 21 22 22 #include <linux/types.h> 23 23 #include <linux/spinlock.h> 24 - #include <linux/kernel.h> 25 24 #include <linux/time.h> 26 25 #include <linux/timer.h> 27 26 #include <linux/wait.h>