* [PATCH net-next] devlink: remove unused priv_size
@ 2016-08-25 14:46 Ivan Vecera
2016-08-25 15:41 ` Jiri Pirko
2016-08-26 18:55 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Ivan Vecera @ 2016-08-25 14:46 UTC (permalink / raw)
To: netdev; +Cc: Jiri Pirko
Remove unused and useless priv_size member from struct devlink_ops.
Cc: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
---
include/net/devlink.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/devlink.h b/include/net/devlink.h
index c99ffe8..211bd3c 100644
--- a/include/net/devlink.h
+++ b/include/net/devlink.h
@@ -50,7 +50,6 @@ struct devlink_sb_pool_info {
};
struct devlink_ops {
- size_t priv_size;
int (*port_type_set)(struct devlink_port *devlink_port,
enum devlink_port_type port_type);
int (*port_split)(struct devlink *devlink, unsigned int port_index,
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-26 19:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-25 14:46 [PATCH net-next] devlink: remove unused priv_size Ivan Vecera
2016-08-25 15:41 ` Jiri Pirko
2016-08-26 18:55 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox