aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Gurtovoy <[email protected]>2022-04-28 12:15:24 +0300
committerChristoph Hellwig <[email protected]>2022-05-16 08:06:59 +0200
commitda3340e77eeb4ced79784eaadbcc529e1ecef673 (patch)
tree74f41bd7c5f75721a93e139ba434ba49f89ce347
parentca2d89925ae3f3d5c65182ff75e58bc9b484e69c (diff)
nvme: remove unneeded include from constants file
No usage of blkdev.h elements. Signed-off-by: Max Gurtovoy <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
-rw-r--r--drivers/nvme/host/constants.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/constants.c b/drivers/nvme/host/constants.c
index 465aee42fced..1dd1d78de295 100644
--- a/drivers/nvme/host/constants.c
+++ b/drivers/nvme/host/constants.c
@@ -4,7 +4,6 @@
* Copyright (c) 2022, Oracle and/or its affiliates
*/
-#include <linux/blkdev.h>
#include "nvme.h"
#ifdef CONFIG_NVME_VERBOSE_ERRORS