From: Andrew Morton Signed-off-by: Andrew Morton --- drivers/ieee1394/hosts.c | 2 -- ieee1394/sbp2.c | 0 2 files changed, 2 deletions(-) diff -puN drivers/ieee1394/hosts.c~git-ieee1394-fixup drivers/ieee1394/hosts.c --- a/drivers/ieee1394/hosts.c~git-ieee1394-fixup +++ a/drivers/ieee1394/hosts.c @@ -90,8 +90,6 @@ static int alloc_hostnum_cb(struct hpsb_ return 0; } -static DEFINE_MUTEX(host_num_alloc); - /** * hpsb_alloc_host - allocate a new host controller. * @drv: the driver that will manage the host controller diff -puN drivers/ieee1394/sbp2.c~git-ieee1394-fixup drivers/ieee1394/sbp2.c _