diff options
author | Ingo Molnar <mingo@kernel.org> | 2019-11-20 15:45:32 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-12-10 10:12:55 +0100 |
commit | 533d49b37a2b532354d3841a142173b8321818df (patch) | |
tree | 4473bc0344a7c80f3377571ed740b190180443fb /arch/x86/include/asm/vmalloc.h | |
parent | eb243d1d28663c9b92010973a6a3ffa947f682ba (diff) | |
download | linux-533d49b37a2b532354d3841a142173b8321818df.tar.gz linux-533d49b37a2b532354d3841a142173b8321818df.tar.bz2 linux-533d49b37a2b532354d3841a142173b8321818df.zip |
x86/mm/pat: Clean up <asm/memtype.h> externs
Half of the declarations have an 'extern', half of them not,
use 'extern' consistently.
This makes grepping for APIs easier, such as:
dagon:~/tip> git grep -E '\<memtype_.*\(' arch/x86/ | grep extern
arch/x86/include/asm/memtype.h:extern int memtype_reserve(u64 start, u64 end,
arch/x86/include/asm/memtype.h:extern int memtype_free(u64 start, u64 end);
arch/x86/include/asm/memtype.h:extern int memtype_kernel_map_sync(u64 base, unsigned long size,
arch/x86/include/asm/memtype.h:extern int memtype_reserve_io(resource_size_t start, resource_size_t end,
arch/x86/include/asm/memtype.h:extern void memtype_free_io(resource_size_t start, resource_size_t end);
arch/x86/mm/pat/memtype.h:extern int memtype_check_insert(struct memtype *entry_new,
arch/x86/mm/pat/memtype.h:extern struct memtype *memtype_erase(u64 start, u64 end);
arch/x86/mm/pat/memtype.h:extern struct memtype *memtype_lookup(u64 addr);
arch/x86/mm/pat/memtype.h:extern int memtype_copy_nth_element(struct memtype *entry_out, loff_t pos);
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/vmalloc.h')
0 files changed, 0 insertions, 0 deletions