aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/bus.h')
-rw-r--r--drivers/gpu/host1x/bus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/bus.h b/drivers/gpu/host1x/bus.h
index 4099e99212c8..88fb1c4aac68 100644
--- a/drivers/gpu/host1x/bus.h
+++ b/drivers/gpu/host1x/bus.h
@@ -18,10 +18,10 @@
#ifndef HOST1X_BUS_H
#define HOST1X_BUS_H
+struct bus_type;
struct host1x;
-int host1x_bus_init(void);
-void host1x_bus_exit(void);
+extern struct bus_type host1x_bus_type;
int host1x_register(struct host1x *host1x);
int host1x_unregister(struct host1x *host1x);