diff options
author | Andrew Davis <afd@ti.com> | 2024-10-15 16:33:20 -0500 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2024-10-25 12:56:37 -0500 |
commit | a4c14f509509a6a24f25edb7619f55f204a8433f (patch) | |
tree | c9c73843918b1d648c7b8cc71b11752dea0ba86b /scripts/bpf_doc.py | |
parent | a7a15754c7f70a833ffeb9ad996b358924f10305 (diff) |
firmware: ti_sci: Remove use of of_match_ptr() helper
When OF support is disabled the of_device_id struct match table can be
conditionally compiled out, this helper allows the assignment to also be
turned into a NULL conditionally. When the of_device_id struct is not
conditionally defined based on OF then the table will be unused causing a
warning. The two options are to either set the table as _maybe_unused, or
to just remove this helper since the table will always be defined.
Do the latter here.
Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20241015213322.2649011-2-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions