Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / host1x / bus.c
index 6a929591aa73801df1126433bc514980e80d1465..ccdd2e6da5e3710a205e1b5dc3a9c667a9ed6bcf 100644 (file)
@@ -188,6 +188,7 @@ int host1x_device_init(struct host1x_device *device)
 
        return 0;
 }
+EXPORT_SYMBOL(host1x_device_init);
 
 int host1x_device_exit(struct host1x_device *device)
 {
@@ -213,6 +214,7 @@ int host1x_device_exit(struct host1x_device *device)
 
        return 0;
 }
+EXPORT_SYMBOL(host1x_device_exit);
 
 static int host1x_register_client(struct host1x *host1x,
                                  struct host1x_client *client)