From: Max Gurtovoy Date: Thu, 28 Apr 2022 09:15:24 +0000 (+0300) Subject: nvme: remove unneeded include from constants file X-Git-Tag: v5.19-rc1~243^2~2^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da3340e77eeb4ced79784eaadbcc529e1ecef673;p=thirdparty%2Flinux.git nvme: remove unneeded include from constants file No usage of blkdev.h elements. Signed-off-by: Max Gurtovoy Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/host/constants.c b/drivers/nvme/host/constants.c index 465aee42fcedc..1dd1d78de2956 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 #include "nvme.h" #ifdef CONFIG_NVME_VERBOSE_ERRORS