commit | 460cf95e8b6cda2823a6432253ae91d3e1e7a021 | [log] [tgz] |
---|---|---|
author | Finn Thain <fthain@telegraphics.com.au> | Sat Jan 13 17:37:13 2018 -0500 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Jan 16 16:47:29 2018 +0100 |
tree | e5fec7751071ab499bd26a9c0ad69ffd9f588bd5 | |
parent | 1ff2775a32ef105d9bdbb5f00f20293244a2accc [diff] |
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>