mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00:00
Delete useless 'extern' qualifiers for functions
'extern' qualifier is useless for function declarations. Delete them. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ struct qemu_cache_conf {
|
||||
|
||||
extern struct qemu_cache_conf qemu_cache_conf;
|
||||
|
||||
extern void qemu_cache_utils_init(char **envp);
|
||||
void qemu_cache_utils_init(char **envp);
|
||||
|
||||
/* mildly adjusted code from tcg-dyngen.c */
|
||||
static inline void flush_icache_range(unsigned long start, unsigned long stop)
|
||||
|
||||
Reference in New Issue
Block a user