summaryrefslogtreecommitdiffstats
path: root/include/linux/connector.h
diff options
context:
space:
mode:
authorLi Zefan2008-02-27 03:25:53 +0100
committerDavid S. Miller2008-02-27 03:42:44 +0100
commit78374676efae525094aee45c0aab4bcab95ea9d1 (patch)
tree1635b7247e7f30d537cb8b9a96a5010e1de5bea6 /include/linux/connector.h
parent[IPV4]: Reset scope when changing address (diff)
downloadkernel-qcow2-linux-78374676efae525094aee45c0aab4bcab95ea9d1.tar.gz
kernel-qcow2-linux-78374676efae525094aee45c0aab4bcab95ea9d1.tar.xz
kernel-qcow2-linux-78374676efae525094aee45c0aab4bcab95ea9d1.zip
CONNECTOR: make cn_already_initialized static
It is used in connector.c only, so make it static. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/connector.h')
-rw-r--r--include/linux/connector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h
index da6dd957f908..96a89d3d6727 100644
--- a/include/linux/connector.h
+++ b/include/linux/connector.h
@@ -170,7 +170,5 @@ int cn_cb_equal(struct cb_id *, struct cb_id *);
void cn_queue_wrapper(struct work_struct *work);
-extern int cn_already_initialized;
-
#endif /* __KERNEL__ */
#endif /* __CONNECTOR_H */