Skip to content

Commit

Permalink
FreeBSD: i915_drv.h: Remove some custom includes
Browse files Browse the repository at this point in the history
Both linux/poll.h and linux/uuid.h are included via header polution
like in Linux.
  • Loading branch information
evadot committed Feb 11, 2022
1 parent 12a7cb8 commit 49c7ea0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@
#ifdef __FreeBSD__
/* BSD: Make sure we get out[bwl] redefines */
#include <linux/compiler.h>
#include <linux/poll.h>
#include <linux/shrinker.h>
#include <linux/uuid.h>
#endif

/* General customization:
Expand Down

0 comments on commit 49c7ea0

Please sign in to comment.