Driver core: make drivers/base/core.c:setup_parent() static
authorAdrian Bunk <bunk@stusta.de>
Fri, 17 Nov 2006 01:19:44 +0000 (02:19 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:52:01 +0000 (14:52 -0800)
commitaf9e0765362151b27372c14d9d6dc417184182d3
treec314b31350c2247382b8f73bd67b058567b3454a
parent5ab699810d46011ad2195c5916f3cbc684bfe3ee
Driver core: make drivers/base/core.c:setup_parent() static

This patch makes the needlessly global setup_parent() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/core.c