From: Max Gurtovoy Date: Thu, 28 Apr 2022 09:15:24 +0000 (+0300) Subject: nvme: remove unneeded include from constants file X-Git-Tag: howlett/maple/20220722_2~550^2~2^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=da3340e77eeb4ced79784eaadbcc529e1ecef673;p=users%2Fjedix%2Flinux-maple.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 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 #include "nvme.h" #ifdef CONFIG_NVME_VERBOSE_ERRORS