diff --git a/[refs] b/[refs] index e8a9f13a7f28..744a0e49fd56 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 148f97292e8fa2c35fcef60a7725cf1b073d6818 +refs/heads/master: 78374676efae525094aee45c0aab4bcab95ea9d1 diff --git a/trunk/drivers/connector/connector.c b/trunk/drivers/connector/connector.c index fea2d3ed9cbd..85e2ba7fcfba 100644 --- a/trunk/drivers/connector/connector.c +++ b/trunk/drivers/connector/connector.c @@ -47,7 +47,7 @@ static LIST_HEAD(notify_list); static struct cn_dev cdev; -int cn_already_initialized = 0; +static int cn_already_initialized; /* * msg->seq and msg->ack are used to determine message genealogy. diff --git a/trunk/include/linux/connector.h b/trunk/include/linux/connector.h index da6dd957f908..96a89d3d6727 100644 --- a/trunk/include/linux/connector.h +++ b/trunk/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 */