UPSTREAM: device property: Add missed header in fwnode.h

When adding some stuff to the header file we must not rely on
implicit dependencies that are happen by luck or bugs in other
headers. Hence fwnode.h needs to use bits.h directly.

Fixes: c2c724c868c4 ("driver core: Add fw_devlink_parse_fwtree()")
Cc: Saravana Kannan <saravanak@google.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211013143707.80222-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit f0ada6da3a0d69682e21f1783d02676e0fbf1bc1)
Bug: 187129171
Signed-off-by: Connor O'Brien <connoro@google.com>
Change-Id: I221fc0b7ee83de323dd3e1a2b87d5f27b6d993d5
This commit is contained in:
Andy Shevchenko
2021-10-13 17:37:07 +03:00
committed by Connor O'Brien
parent 5be4ad1d99
commit de27f42b19

View File

@@ -11,6 +11,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/bits.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/android_kabi.h> #include <linux/android_kabi.h>