25 Sep
2020
25 Sep
'20
6:17 p.m.
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.