From ddd94257410fa6be955af4592d8727e3b4ba51ef Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Thu, 12 Jun 2014 00:08:23 +0530 Subject: [PATCH] usb: host: uhci-grlib.c : use devm_ functions The various devm_ functions allocate memory that is released when a driver detaches. This patch uses devm_ioremap_resource for data that is allocated in the probe function of a platform device and is only freed in the remove function. The corresponding free functions are removed and two labels are done away with. Also, linux/device.h is added to make sure the devm_*() routine declarations are unambiguously available. Signed-off-by: Himangi Saraogi Acked-by: Andreas Larsson Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed