From 49c7ea015dd345ad06d3cff95cd0a5a9f9b6bb52 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 11 Feb 2022 10:59:09 +0100 Subject: [PATCH] FreeBSD: i915_drv.h: Remove some custom includes Both linux/poll.h and linux/uuid.h are included via header polution like in Linux. --- drivers/gpu/drm/i915/i915_drv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 0a853b01c15..36465055f0e 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -107,9 +107,7 @@ #ifdef __FreeBSD__ /* BSD: Make sure we get out[bwl] redefines */ #include -#include #include -#include #endif /* General customization: