lkml.org 
[lkml]   [2024]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] ASoC: cs35l56: Include array_size.h
    Date
    Explicitly #include array_size.h for the source files that use
    ARRAY_SIZE().

    Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
    ---
    sound/soc/codecs/cs35l56-shared.c | 1 +
    sound/soc/codecs/cs35l56.c | 1 +
    2 files changed, 2 insertions(+)

    diff --git a/sound/soc/codecs/cs35l56-shared.c b/sound/soc/codecs/cs35l56-shared.c
    index ec1d95e57061..3aa39f5923eb 100644
    --- a/sound/soc/codecs/cs35l56-shared.c
    +++ b/sound/soc/codecs/cs35l56-shared.c
    @@ -5,6 +5,7 @@
    // Copyright (C) 2023 Cirrus Logic, Inc. and
    // Cirrus Logic International Semiconductor Ltd.

    +#include <linux/array_size.h>
    #include <linux/firmware/cirrus/wmfw.h>
    #include <linux/gpio/consumer.h>
    #include <linux/regmap.h>
    diff --git a/sound/soc/codecs/cs35l56.c b/sound/soc/codecs/cs35l56.c
    index 6331b8c6136e..dfd703d9e12f 100644
    --- a/sound/soc/codecs/cs35l56.c
    +++ b/sound/soc/codecs/cs35l56.c
    @@ -6,6 +6,7 @@
    // Cirrus Logic International Semiconductor Ltd.

    #include <linux/acpi.h>
    +#include <linux/array_size.h>
    #include <linux/completion.h>
    #include <linux/debugfs.h>
    #include <linux/delay.h>
    --
    2.39.2

    \
     
     \ /
      Last update: 2024-05-27 16:33    [W:2.829 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site