> +ssize_t vnic_create_primary(struct device *dev,
 > +                        struct device_attribute *dev_attr, const char *buf,
 > +                        size_t count)

 > +ssize_t vnic_create_secondary(struct device *dev,
 > +                          struct device_attribute *dev_attr,
 > +                          const char *buf, size_t count)

 > +ssize_t vnic_delete(struct device *dev, struct device_attribute *dev_attr,
 > +                const char *buf, size_t count)

These are all only referenced from a sysfs attribute defined in the same
file, so they can be made static (and don't need extern declarations in
a header file).
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to