aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-region.c
diff options
context:
space:
mode:
authorTobin C. Harding <[email protected]>2017-02-19 23:12:36 +0000
committerThomas Gleixner <[email protected]>2017-03-01 10:27:26 +0000
commite98fe5127b9cc8ab33d1094b81c19deb1f9082bf (patch)
tree4734cdaa10dd6df4bf54aae0ef78e00dd77729db /drivers/fpga/fpga-region.c
parentx86/purgatory: Make functions and variables static (diff)
downloadkernel-e98fe5127b9cc8ab33d1094b81c19deb1f9082bf.tar.gz
kernel-e98fe5127b9cc8ab33d1094b81c19deb1f9082bf.zip
x86/purgatory: Fix sparse warning, symbol not declared
Sparse emits warning, 'symbol not declared' for a function that has neither file scope nor a forward declaration. The functions only call site is an ASM file. Add a header file with the function declaration. Include the header file in the C source file defining the function in order to fix the sparse warning. Include the header file in ASM file containing the call site to document the usage. Signed-off-by: Tobin C. Harding <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-region.c')
0 files changed, 0 insertions, 0 deletions