diff options
author | 2021-12-10 15:17:01 +0200 | |
---|---|---|
committer | 2021-12-13 12:05:10 +0200 | |
commit | a09147188f7fc0d1ce9b5fb6b7fa6a81c6806073 (patch) | |
tree | f16f61dce6242f4c1722ff832c7280ce3e9c4408 | |
parent | drm/i915/pxp: un-inline intel_pxp_is_enabled() (diff) | |
download | wireguard-linux-a09147188f7fc0d1ce9b5fb6b7fa6a81c6806073.tar.xz wireguard-linux-a09147188f7fc0d1ce9b5fb6b7fa6a81c6806073.zip |
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.h | 2 |
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> |