[POWERPC] Make vio_bus_type static
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
c868078ed8
commit
6fccab26df
@@ -39,6 +39,8 @@
|
||||
|
||||
extern struct kset devices_subsys; /* needed for vio_find_name() */
|
||||
|
||||
static struct bus_type vio_bus_type;
|
||||
|
||||
static struct vio_dev vio_bus_device = { /* fake "parent" device */
|
||||
.name = vio_bus_device.dev.bus_id,
|
||||
.type = "",
|
||||
@@ -388,7 +390,7 @@ static int vio_hotplug(struct device *dev, char **envp, int num_envp,
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct bus_type vio_bus_type = {
|
||||
static struct bus_type vio_bus_type = {
|
||||
.name = "vio",
|
||||
.dev_attrs = vio_dev_attrs,
|
||||
.uevent = vio_hotplug,
|
||||
|
Reference in New Issue
Block a user