mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
nubus: Use static functions where possible
This fixes a couple of warnings from 'make W=1': drivers/nubus/nubus.c:790: warning: no previous prototype for 'nubus_probe_slot' drivers/nubus/nubus.c:824: warning: no previous prototype for 'nubus_scan_bus' Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
1ff2775a32
commit
460cf95e8b
2 changed files with 2 additions and 3 deletions
|
@ -92,7 +92,6 @@ extern struct nubus_dev* nubus_devices;
|
|||
extern struct nubus_board* nubus_boards;
|
||||
|
||||
/* Generic NuBus interface functions, modelled after the PCI interface */
|
||||
void nubus_scan_bus(void);
|
||||
#ifdef CONFIG_PROC_FS
|
||||
extern void nubus_proc_init(void);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue