Skip to content

Commit 49923a0

Browse files
Alexey Dobriyanaxboe
authored andcommitted
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]>
1 parent 9327b51 commit 49923a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

block/t10-pi.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <linux/blk-integrity.h>
99
#include <linux/crc-t10dif.h>
1010
#include <linux/crc64.h>
11-
#include <linux/module.h>
1211
#include <net/checksum.h>
1312
#include <asm/unaligned.h>
1413
#include "blk.h"
@@ -472,6 +471,3 @@ void blk_integrity_complete(struct request *rq, unsigned int nr_bytes)
472471
else
473472
t10_pi_type1_complete(rq, nr_bytes);
474473
}
475-
476-
MODULE_DESCRIPTION("T10 Protection Information module");
477-
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)