Skip to content

Commit

Permalink
block: delete module stuff from t10-pi
Browse files Browse the repository at this point in the history
It is not possible to build t10-pi.ko anymore.

This file doesn't even export functions.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/216ccc79-5b80-47b2-b507-990951aa810c@p183
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Alexey Dobriyan authored and Jens Axboe committed Aug 13, 2024
1 parent 9327b51 commit 49923a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions block/t10-pi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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");

0 comments on commit 49923a0

Please sign in to comment.