[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <adaskw3q9sj.fsf@cisco.com>
Date: Tue, 27 May 2008 22:26:04 -0700
From: Roland Dreier <rdreier@...co.com>
To: Ramachandra K <ramachandra.kuchimanchi@...gic.com>
Cc: general@...ts.openfabrics.org, netdev@...r.kernel.org,
amar.mudrankit@...gic.com, poornima.kamath@...gic.com
Subject: Re: [PATCH v2 08/13] QLogic VNIC: sysfs interface implementation for the driver
> +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).
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists