lkml.org 
[lkml]   [2021]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 22/43] ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
    Date
    From: Shawn Guo <shawn.guo@linaro.org>

    [ Upstream commit ee61cfd955a64a58ed35cbcfc54068fcbd486945 ]

    It adds a stub acpi_create_platform_device() for !CONFIG_ACPI build, so
    that caller doesn't have to deal with !CONFIG_ACPI build issue.

    Reported-by: kernel test robot <lkp@intel.com>
    Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    include/linux/acpi.h | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/include/linux/acpi.h b/include/linux/acpi.h
    index cd412817654fa..019468f072b7d 100644
    --- a/include/linux/acpi.h
    +++ b/include/linux/acpi.h
    @@ -812,6 +812,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;
    --
    2.27.0


    \
     
     \ /
      Last update: 2021-01-18 20:32    [W:4.143 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site