summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2021-12-10 15:17:01 +0200
committerJani Nikula <jani.nikula@intel.com>2021-12-13 12:05:10 +0200
commita09147188f7fc0d1ce9b5fb6b7fa6a81c6806073 (patch)
treef16f61dce6242f4c1722ff832c7280ce3e9c4408
parentee0ff28a497eed4e23e0d617e6f5feacca69e0f1 (diff)
downloadlinux-a09147188f7fc0d1ce9b5fb6b7fa6a81c6806073.tar.bz2
drm/i915/pxp: remove useless includes
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
-rw-r--r--drivers/gpu/drm/i915/pxp/intel_pxp_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_types.h b/drivers/gpu/drm/i915/pxp/intel_pxp_types.h
index 73ef7d1754e1..7ce5f37ee12e 100644
--- 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>