projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b9a8b
)
drm/i915/guc: Fix build break on config without DEBUG_FS
author
Michal Wajdeczko
<
[email protected]
>
Thu, 15 Mar 2018 15:28:47 +0000
(15:28 +0000)
committer
Rodrigo Vivi
<
[email protected]
>
Thu, 15 Mar 2018 15:48:39 +0000
(08:48 -0700)
In commit
56b9a8b08387
("drm/i915/guc: Update syntax of GuC
log functions") we accidentally removed debugfs.h header
where needed stub functions were defined.
Reported-by: Mike Lothian <
[email protected]
>
Signed-off-by: Michal Wajdeczko <
[email protected]
>
Cc: Mike Lothian <
[email protected]
>
Cc: Chris Wilson <
[email protected]
>
Acked-by: Rodrigo Vivi <
[email protected]
>
Signed-off-by: Rodrigo Vivi <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_guc_log.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_guc_log.c
b/drivers/gpu/drm/i915/intel_guc_log.c
index bfb9a68fffeffbfcdac35c232564cf1c2ea8ec25..1c2127bc38785a6f6faf4f3bf58033c55216e372 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_guc_log.c
+++ b/
drivers/gpu/drm/i915/intel_guc_log.c
@@
-22,6
+22,8
@@
*
*/
+#include <linux/debugfs.h>
+
#include "intel_guc_log.h"
#include "i915_drv.h"