From: Alexey Dobriyan Date: Mon, 12 Aug 2024 18:10:33 +0000 (+0300) Subject: block: delete module stuff from t10-pi X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=49923a0dff59fa6b34aa6cc16dc9eefdbbcd3846;p=users%2Fhch%2Fblock.git block: delete module stuff from t10-pi It is not possible to build t10-pi.ko anymore. This file doesn't even export functions. Signed-off-by: Alexey Dobriyan Reviewed-by: Martin K. Petersen Reviewed-by: Christoph Hellwig Link: https://lore.kernel.org/r/216ccc79-5b80-47b2-b507-990951aa810c@p183 Signed-off-by: Jens Axboe --- diff --git a/block/t10-pi.c b/block/t10-pi.c index 425e2836f3e1..4a90d200ae7b 100644 --- a/block/t10-pi.c +++ b/block/t10-pi.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include "blk.h" @@ -472,6 +471,3 @@ void blk_integrity_complete(struct request *rq, unsigned int nr_bytes) else t10_pi_type1_complete(rq, nr_bytes); } - -MODULE_DESCRIPTION("T10 Protection Information module"); -MODULE_LICENSE("GPL");