hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+// SPDX-License-Identifier: MIT
22 /* Copyright Red Hat Inc 2010.
33 *
44 * Permission is hereby granted, free of charge, to any person obtaining a
....@@ -21,7 +21,7 @@
2121 *
2222 * Author : Dave Airlie <airlied@redhat.com>
2323 */
24
-#include <drm/drmP.h>
24
+
2525 #include <drm/amdgpu_drm.h>
2626 #include "amdgpu.h"
2727