net: dsa: remove version string
The dsa_driver_version string is irrelevant and has not been bumped since its introduction about 9 years ago. Kill it. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
026b471bfc
commit
7558828ade
@@ -49,7 +49,6 @@ struct dsa_slave_priv {
|
||||
};
|
||||
|
||||
/* dsa.c */
|
||||
extern char dsa_driver_version[];
|
||||
int dsa_cpu_dsa_setup(struct dsa_switch *ds, struct device *dev,
|
||||
struct device_node *port_dn, int port);
|
||||
void dsa_cpu_dsa_destroy(struct device_node *port_dn);
|
||||
|
Reference in New Issue
Block a user