diff options
Diffstat (limited to 'drivers/base/core.c')
| -rw-r--r-- | drivers/base/core.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/drivers/base/core.c b/drivers/base/core.c index 684bda4d14a1..6bb60fb6a30b 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -639,11 +639,6 @@ int lock_device_hotplug_sysfs(void)  	return restart_syscall();  } -void assert_held_device_hotplug(void) -{ -	lockdep_assert_held(&device_hotplug_lock); -} -  #ifdef CONFIG_BLOCK  static inline int device_is_not_partition(struct device *dev)  { |