diff options
author | Aashish Sharma <[email protected]> | 2022-11-07 21:35:56 +0530 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2022-11-16 21:52:05 -0500 |
commit | bedf06833b1f63c2627bd5634602e05592129d7a (patch) | |
tree | 18b53ff8141cb9d15414867331e0b34c4394b15d /lib/mpi/mpi-sub-ui.c | |
parent | 649e72070cbbb8600eb823833e4748f5a0815116 (diff) |
tracing: Fix warning on variable 'struct trace_array'
Move the declaration of 'struct trace_array' out of #ifdef
CONFIG_TRACING block, to fix the following warning when CONFIG_TRACING
is not set:
>> include/linux/trace.h:63:45: warning: 'struct trace_array' declared
inside parameter list will not be visible outside of this definition or
declaration
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 1a77dd1c2bb5 ("scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled")
Cc: "Martin K. Petersen" <[email protected]>
Cc: Arun Easi <[email protected]>
Acked-by: Masami Hiramatsu (Google) <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Signed-off-by: Aashish Sharma <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions