mbox

[v3,0/2] media: hi846: minor build fixes

Message ID 20211019155509.1018130-1-martin.kepplinger@puri.sm (mailing list archive)
Headers

Message

Martin Kepplinger Oct. 19, 2021, 3:55 p.m. UTC
  Similar to many other drivers this basically should fix the build warning
where the const struct of_device_id we define can be unused. Reported
here:
https://lore.kernel.org/linux-media/202110170632.b6umsB8m-lkp@intel.com/


revision history
----------------
v3: (thank you Sakari)
* include property.h instead of of_graph.h and remove the of_match_ptr macro

v2 and v1:
https://lore.kernel.org/linux-media/20211018095859.255912-1-martin.kepplinger@puri.sm/

Martin Kepplinger (2):
  media: hi846: include property.h instead of of_graph.h
  media: hi846: remove the of_match_ptr macro

 drivers/media/i2c/hi846.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)