aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dobriyan <[email protected]>2024-08-12 21:10:33 +0300
committerJens Axboe <[email protected]>2024-08-13 06:19:39 -0600
commit49923a0dff59fa6b34aa6cc16dc9eefdbbcd3846 (patch)
tree4d062e140f6871db070bee8a8b614324a4f7d484
parent9327b51c9a9c864f5177127e09851da9d78b4943 (diff)
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 <[email protected]> Reviewed-by: Martin K. Petersen <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/r/216ccc79-5b80-47b2-b507-990951aa810c@p183 Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--block/t10-pi.c4
1 files changed, 0 insertions, 4 deletions
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 <linux/blk-integrity.h>
#include <linux/crc-t10dif.h>
#include <linux/crc64.h>
-#include <linux/module.h>
#include <net/checksum.h>
#include <asm/unaligned.h>
#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");