]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
We don't need to include linux/types.h here.
authorWarner.Losh <imp@bsdimp.com>
Thu, 4 Oct 2018 20:51:13 +0000 (14:51 -0600)
committerM. Warner Losh <wlosh@netflix.com>
Thu, 4 Oct 2018 21:04:09 +0000 (15:04 -0600)
nvme-ioctl.c

index ee376c47a288b9be4c8824ddee7fb4118aa36cab..1866f438792e2888732d623c5b7fa2a10d0d8922 100644 (file)
@@ -15,8 +15,6 @@
 #include <unistd.h>
 #include <math.h>
 
-#include <linux/types.h>
-
 #include "nvme-ioctl.h"
 
 static int nvme_verify_chr(int fd)