summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/core.h
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2021-03-01 16:42:22 +0200
committerLee Jones <lee.jones@linaro.org>2021-04-14 16:06:14 +0100
commitb4a66acc0997cff7cb9a4c3992e97808700aa1ff (patch)
treee96a2e94743645c36ae50e662c8d5f09b4faa605 /include/linux/mfd/core.h
parent03152e35dd228065d4189464fe1b2554434da6ac (diff)
downloadlinux-b4a66acc0997cff7cb9a4c3992e97808700aa1ff.tar.bz2
mfd: core: Remove support for dangling device properties
From now on only accepting complete software nodes. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/core.h')
-rw-r--r--include/linux/mfd/core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
index 9ec599167fe6..0bc7cba798a3 100644
--- a/include/linux/mfd/core.h
+++ b/include/linux/mfd/core.h
@@ -51,7 +51,6 @@
struct irq_domain;
struct software_node;
-struct property_entry;
/* Matches ACPI PNP id, either _HID or _CID, or ACPI _ADR */
struct mfd_cell_acpi_match {
@@ -82,9 +81,6 @@ struct mfd_cell {
/* Software node for the device. */
const struct software_node *swnode;
- /* device properties passed to the sub devices drivers */
- const struct property_entry *properties;
-
/*
* Device Tree compatible string
* See: Documentation/devicetree/usage-model.rst Chapter 2.2 for details