projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0ff28
)
drm/i915/pxp: remove useless includes
author
Jani Nikula
<jani.nikula@intel.com>
Fri, 10 Dec 2021 13:17:01 +0000
(15:17 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Mon, 13 Dec 2021 10:05:10 +0000
(12:05 +0200)
Not needed.
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/01c4ea0cea17eead027c83dc9eaca3c181ce3a24.1639142167.git.jani.nikula@intel.com
drivers/gpu/drm/i915/pxp/intel_pxp_types.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/pxp/intel_pxp_types.h
b/drivers/gpu/drm/i915/pxp/intel_pxp_types.h
index 73ef7d1754e1e30a58cc5802b06e9ce091a24a7f..7ce5f37ee12e12e8eff87338dca05b02bd837dbe 100644
(file)
--- a/
drivers/gpu/drm/i915/pxp/intel_pxp_types.h
+++ b/
drivers/gpu/drm/i915/pxp/intel_pxp_types.h
@@
-7,9
+7,7
@@
#define __INTEL_PXP_TYPES_H__
#include <linux/completion.h>
-#include <linux/list.h>
#include <linux/mutex.h>
-#include <linux/spinlock.h>
#include <linux/types.h>
#include <linux/workqueue.h>