aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorNathan Chancellor <[email protected]>2018-09-24 10:26:15 -0700
committerHerbert Xu <[email protected]>2018-10-05 10:16:56 +0800
commit3512dcb4e6c64733871202c01f0ec6b5d84d32ac (patch)
treef562a47dcd6dc0d4755d12317a63866788096daf /scripts/bpf_helpers_doc.py
parent944585a64f5e37d11ff274a905304b565a88e147 (diff)
crypto: ccp - Remove forward declaration
Clang emits a warning about this construct: drivers/crypto/ccp/sp-platform.c:36:36: warning: tentative array definition assumed to have one element static const struct acpi_device_id sp_acpi_match[]; ^ 1 warning generated. Just remove the forward declarations and move the initializations up so that they can be used in sp_get_of_version and sp_get_acpi_version. Reported-by: Nick Desaulniers <[email protected]> Signed-off-by: Nathan Chancellor <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Acked-by: Gary R Hook <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions