hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/nouveau/nvkm/falcon/priv.h
....@@ -1,9 +1,5 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NVKM_FALCON_PRIV_H__
33 #define __NVKM_FALCON_PRIV_H__
4
-#include <engine/falcon.h>
5
-
6
-void
7
-nvkm_falcon_ctor(const struct nvkm_falcon_func *, struct nvkm_subdev *,
8
- const char *, u32, struct nvkm_falcon *);
4
+#include <core/falcon.h>
95 #endif