aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/include/kgd_kfd_interface.h')
-rw-r--r--drivers/gpu/drm/amd/include/kgd_kfd_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/kgd_kfd_interface.h b/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
index 888250b33ea8..a09d9f352871 100644
--- a/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
+++ b/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
@@ -221,7 +221,7 @@ struct kgd2kfd_calls {
221 int (*resume)(struct kfd_dev *kfd); 221 int (*resume)(struct kfd_dev *kfd);
222}; 222};
223 223
224bool kgd2kfd_init(unsigned interface_version, 224int kgd2kfd_init(unsigned interface_version,
225 const struct kgd2kfd_calls **g2f); 225 const struct kgd2kfd_calls **g2f);
226 226
227#endif /* KGD_KFD_INTERFACE_H_INCLUDED */ 227#endif /* KGD_KFD_INTERFACE_H_INCLUDED */