diff options
| author | Mark Brown <broonie@kernel.org> | 2021-01-13 17:57:04 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-01-13 17:57:04 +0000 |
| commit | 09db7311ca6170d36f2bb8c26eab8fadc4d10b81 (patch) | |
| tree | 4aa6bd9ddb3ca49f23182d778b9ee7b02bf54b56 /include/linux/acpi.h | |
| parent | eaa7995c529b54d68d97a30f6344cc6ca2f214a7 (diff) | |
| parent | 7c53f6b671f4aba70ff15e1b05148b10d58c2837 (diff) | |
Merge v5.11-rc3
Diffstat (limited to 'include/linux/acpi.h')
| -rw-r--r-- | include/linux/acpi.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 2630c2e953f7..053bf05fb1f7 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -885,6 +885,13 @@ static inline int acpi_device_modalias(struct device *dev, return -ENODEV; } +static inline struct platform_device * +acpi_create_platform_device(struct acpi_device *adev, + struct property_entry *properties) +{ + return NULL; +} + static inline bool acpi_dma_supported(struct acpi_device *adev) { return false; |
