]> Pileus Git - ~andy/linux/blobdiff - arch/arm/plat-mxc/include/mach/usb.h
imx: exit functions can/should be void
[~andy/linux] / arch / arm / plat-mxc / include / mach / usb.h
index 2dacb3086f1c06ae9b0bc48b74692effe0a6cf44..be273371f34ac82d8b919a305864cfe50e13da36 100644 (file)
@@ -17,7 +17,7 @@
 
 struct imxusb_platform_data {
        int (*init)(struct device *);
-       int (*exit)(struct device *);
+       void (*exit)(struct device *);
 };
 
 #endif /* __ASM_ARCH_MXC_USB */