X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fbase%2Fcore.c;h=ce057a568673362277301638cc1bd1a72dbab933;hb=bf7c7a5301f16a73226065e8911c62337125e979;hp=88df65d1e6f6982bbfba1cfc116fcaf3bb9b52a6;hpb=2f5bb02ff22414ce156cacb163dd594b017af357;p=deliverable%2Flinux.git diff --git a/drivers/base/core.c b/drivers/base/core.c index 88df65d1e6f6..ce057a568673 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -1284,6 +1284,7 @@ void device_del(struct device *dev) bus_remove_device(dev); device_pm_remove(dev); driver_deferred_probe_del(dev); + device_remove_properties(dev); /* Notify the platform of the removal, in case they * need to do anything...