diff options
author | Max Gurtovoy | 2022-04-28 12:15:24 +0300 |
---|---|---|
committer | Christoph Hellwig | 2022-05-16 08:06:59 +0200 |
commit | da3340e77eeb4ced79784eaadbcc529e1ecef673 (patch) | |
tree | 74f41bd7c5f75721a93e139ba434ba49f89ce347 /drivers/nvme | |
parent | ca2d89925ae3f3d5c65182ff75e58bc9b484e69c (diff) |
nvme: remove unneeded include from constants file
No usage of blkdev.h elements.
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
-rw-r--r-- | drivers/nvme/host/constants.c | 1 |
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 |