From: Christophe JAILLET Date: Mon, 5 Dec 2022 19:16:48 +0000 (+0100) Subject: block: sed-opal: Don't include X-Git-Tag: v6.6.17~5962^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56fb8d90031f71fa8af48fdff8498b9263b9c759;p=platform%2Fkernel%2Flinux-rpi.git block: sed-opal: Don't include There is no need to include here. Prefer the less invasive and which are needed in this .h file itself. Signed-off-by: Christophe JAILLET Reviewed-by: Christoph Hellwig Link: https://lore.kernel.org/r/c1d479b39e30fe70c4579a1af035d4db49421f56.1670069909.git.christophe.jaillet@wanadoo.fr Signed-off-by: Jens Axboe --- diff --git a/include/linux/sed-opal.h b/include/linux/sed-opal.h index 6f837bb..31ac562a 100644 --- a/include/linux/sed-opal.h +++ b/include/linux/sed-opal.h @@ -11,7 +11,8 @@ #define LINUX_OPAL_H #include -#include +#include +#include struct opal_dev;