diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-01-20 23:55:45 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 16:38:24 +0100 |
commit | 10c73f09dc9be7c7373483f9965dd535c5788f09 (patch) | |
tree | cb282fc89f4c83b11ab658f26e6992eb4d354778 /drivers/usb/host/isp1760-hcd.h | |
parent | usb: isp1760: Merge platform and OF glue codes (diff) | |
download | linux-10c73f09dc9be7c7373483f9965dd535c5788f09.tar.xz linux-10c73f09dc9be7c7373483f9965dd535c5788f09.zip |
usb: isp1760: Move removal cleanup code to isp1760-hcd.c
The removal cleanup code is duplicated between the different bus glues.
Move it to a central location.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/host/isp1760-hcd.h')
-rw-r--r-- | drivers/usb/host/isp1760-hcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/isp1760-hcd.h b/drivers/usb/host/isp1760-hcd.h index fda0f2d54e3d..ea13a58d44f8 100644 --- a/drivers/usb/host/isp1760-hcd.h +++ b/drivers/usb/host/isp1760-hcd.h @@ -6,6 +6,8 @@ struct usb_hcd *isp1760_register(phys_addr_t res_start, resource_size_t res_len, int irq, unsigned long irqflags, struct device *dev, const char *busname, unsigned int devflags); +void isp1760_unregister(struct device *dev); + int init_kmem_once(void); void deinit_kmem_cache(void); |