Commit 2cef163a authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Jeff Garzik

[PATCH] via-velocity: get rid of unused global

Get rid of unused global variable, name the enum instead.
Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent d7a1a3e6
......@@ -291,10 +291,10 @@ struct velocity_td_info {
dma_addr_t buf_dma;
};
enum {
enum velocity_owner {
OWNED_BY_HOST = 0,
OWNED_BY_NIC = 1
} velocity_owner;
};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment