mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
lockd: Remove unused typedef
Clean up: Looks like the last usage of this typedef was removed by
commit 026fec7e7c ("sunrpc: properly type pc_decode callbacks") in
2017.
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
@@ -73,8 +73,6 @@ struct nlm_args {
|
||||
u32 fsm_mode;
|
||||
};
|
||||
|
||||
typedef struct nlm_args nlm_args;
|
||||
|
||||
/*
|
||||
* Generic lockd result
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user