target: mark tcm_loop_primary static
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
b13876d23a
commit
6e1a27b919
|
@ -108,7 +108,7 @@ static struct device_driver tcm_loop_driverfs = {
|
||||||
/*
|
/*
|
||||||
* Used with root_device_register() in tcm_loop_alloc_core_bus() below
|
* Used with root_device_register() in tcm_loop_alloc_core_bus() below
|
||||||
*/
|
*/
|
||||||
struct device *tcm_loop_primary;
|
static struct device *tcm_loop_primary;
|
||||||
|
|
||||||
static void tcm_loop_submission_work(struct work_struct *work)
|
static void tcm_loop_submission_work(struct work_struct *work)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue