提交 b1a5fad4 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

Staging: vme: declare vme_calc_slot() as static

vme_calc_slot() is not used anywhere other than vme.c so it should be
declared as static.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Cc: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 1fe923ec
......@@ -1408,7 +1408,7 @@ EXPORT_SYMBOL(vme_unregister_driver);
/* - Bus Registration ------------------------------------------------------ */
int vme_calc_slot(struct device *dev)
static int vme_calc_slot(struct device *dev)
{
struct vme_bridge *bridge;
int num;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册