mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06: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:
parent
ba76a84d2d
commit
64b85a8f23
22 changed files with 126 additions and 131 deletions
|
@ -21,7 +21,7 @@ int g364fb_mm_init(target_phys_addr_t vram_base,
|
|||
void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);
|
||||
|
||||
/* jazz_led.c */
|
||||
extern void jazz_led_init(target_phys_addr_t base);
|
||||
void jazz_led_init(target_phys_addr_t base);
|
||||
|
||||
/* rc4030.c */
|
||||
typedef struct rc4030DMAState *rc4030_dma;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue