Re: [PATCH 1/2] ASoC: qdsp6: Drop of_match_ptr to fix -Wunused-const-variable
From: Mark Brown
Date: Fri Sep 25 2020 - 12:18:33 EST
On Fri, Sep 25, 2020 at 09:49:24AM +0100, Srinivas Kandagatla wrote:
> The of_device_id is included unconditionally by of.h header and used
> in the driver as well. Remove of_match_ptr to fix W=1 compile test
> warning with !CONFIG_OF:
It's better to fix this by adding #ifdefs around the table so that we
don't have unneeded bloat from the match table in !OF cases.
Attachment:
signature.asc
Description: PGP signature