diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-03-12 14:12:59 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2023-07-14 12:33:03 +0200 |
| commit | af05547499ea4fd6a3118f0d695ec7a915cdc53b (patch) | |
| tree | b803e7f7e2aa93414ac835de2ef7d61cf2f63255 /tools/perf/scripts/python | |
| parent | 4d649831208525a0fd08a14eef4f6e06b18c2a4e (diff) | |
media: platform: samsung: s5p-jpeg: drop of_match_ptr for ID table
The driver can match only via the DT table so the table should be always
used and the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it might not be relevant here). This
also fixes !CONFIG_OF error:
drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3124:34: error: ‘samsung_jpeg_match’ defined but not used [-Werror=unused-const-variable=]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Andrzej Pietrasiewicz <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions