summaryrefslogtreecommitdiffstats
path: root/include/usb
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-10-07 08:23:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-07 08:23:51 +0200
commit54bf38665024f797518726d0ecf612c3cf50e4d9 (patch)
treed9ddecce8162b28f61eab6242c54bbc74a4476fd /include/usb
parentdd4da6d328ebb6e871a5584b3864d8c5cc64af86 (diff)
parentd0a5ea479e6d3d89ea3ce0586de7eb51c9c39131 (diff)
downloadbarebox-54bf38665024f797518726d0ecf612c3cf50e4d9.tar.gz
barebox-54bf38665024f797518726d0ecf612c3cf50e4d9.tar.xz
Merge branch 'for-next/usb'
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/fsl_usb2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/fsl_usb2.h b/include/usb/fsl_usb2.h
index dec3933d82..881a5d4fdf 100644
--- a/include/usb/fsl_usb2.h
+++ b/include/usb/fsl_usb2.h
@@ -24,5 +24,6 @@ struct fsl_usb2_platform_data {
};
int ci_udc_register(struct device_d *dev, void __iomem *regs);
+void ci_udc_unregister(void);
#endif /* __USB_FSL_USB2_H */