On Fri, Sep 25, 2020 at 09:49:24AM +0100, Srinivas Kandagatla wrote:sure, I will respin series with that change!
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.