mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-31 12:11:53 -05:00
aoe: remove unused NARGS enum
The NARGS enum is left over from older code versions. Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2611464d7f
commit
2fdc0ea75b
@@ -15,7 +15,6 @@ enum {
|
||||
MINOR_INTERFACES,
|
||||
MINOR_REVALIDATE,
|
||||
MSGSZ = 2048,
|
||||
NARGS = 10,
|
||||
NMSG = 100, /* message backlog to retain */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user