mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Remove linux/uaccess.h header check
The uaccess header has been available in the same location since Linux 2.6.18. There is no longer a need to maintain this compatibility code. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
+1
-1
@@ -28,7 +28,6 @@
|
||||
#include <linux/types.h>
|
||||
#include <sys/sysmacros.h>
|
||||
|
||||
#include <linux/uaccess_compat.h>
|
||||
#include <linux/file_compat.h>
|
||||
#include <linux/list_compat.h>
|
||||
#include <linux/bitops_compat.h>
|
||||
@@ -43,6 +42,7 @@
|
||||
#include <linux/mm_compat.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/wait_compat.h>
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
#ifndef ULLONG_MAX
|
||||
#define ULLONG_MAX (~0ULL)
|
||||
|
||||
Reference in New Issue
Block a user