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

media: raspberrypi: rp1-cfe: Remove (explicitly) unused header

The fwnode.h is not supposed to be used by the drivers as it
has the definitions for the core parts for different device
property provider implementations. Drop it.

Note, that fwnode API for drivers is provided in property.h
which is included here.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Andy Shevchenko and committed by
Hans Verkuil
8908792c 0979b76b

-1
-1
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
··· 12 12 #include <linux/device.h> 13 13 #include <linux/dma-mapping.h> 14 14 #include <linux/err.h> 15 - #include <linux/fwnode.h> 16 15 #include <linux/init.h> 17 16 #include <linux/interrupt.h> 18 17 #include <linux/io.h>