We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1a55e commit 106398fCopy full SHA for 106398f
arch/sh/kernel/dwarf.c
@@ -344,7 +344,7 @@ static struct dwarf_cie *dwarf_lookup_cie(unsigned long cie_ptr)
344
* dwarf_lookup_fde - locate the FDE that covers pc
345
* @pc: the program counter
346
*/
347
-struct dwarf_fde *dwarf_lookup_fde(unsigned long pc)
+static struct dwarf_fde *dwarf_lookup_fde(unsigned long pc)
348
{
349
struct rb_node **rb_node = &fde_root.rb_node;
350
struct dwarf_fde *fde = NULL;
0 commit comments