commit | 6e0149a55379d6b91948cf6e94e700eb7dbaa518 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Nov 27 13:59:25 2022 +0100 |
committer | Dominique Martinet <asmadeus@codewreck.org> | Fri Dec 02 23:59:15 2022 +0900 |
tree | 9263a4420039d75fb5c4e9117b91a8cc37944534 | |
parent | b7b275e60bcd5f89771e865a8239325f86d9927d [diff] |
9p/fs: Remove unneeded idr.h #include The 9p fs does not use IDR or IDA functionalities. So there is no point in including <linux/idr.h>. Remove it. Link: https://lkml.kernel.org/r/3d1e0ed9714eaee7e18d9f5b0b4bfa49b00b286d.1669553950.git.christophe.jaillet@wanadoo.fr Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Christian Schoenebeck <linux_oss@crudebyte.com> [Dominique: reword subject] Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>