]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt1015: add missing header inclusion
authorTzung-Bi Shih <tzungbi@google.com>
Thu, 25 Jun 2020 15:35:43 +0000 (23:35 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 25 Jun 2020 18:21:02 +0000 (19:21 +0100)
commitb57113a6a72563cfa2a6e6c62631346c07726b0b
treec38380c0f3bd69800c1aee587af4589998240fd6
parent0b3fc11703e2ab63e152bd222d58933b0e8dd5df
ASoC: rt1015: add missing header inclusion

To fix compilation error:

error: implicit declaration of function 'ACPI_PTR'
[-Werror,-Wimplicit-function-declaration]
                .acpi_match_table = ACPI_PTR(rt1015_acpi_match),
                    ^

Adds the missing header "acpi.h" inclusion and sorts in alphabetical.

Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
Link: https://lore.kernel.org/r/20200625153543.85039-4-tzungbi@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1015.c