imx: exit functions can/should be void
[pandora-kernel.git] / arch / arm / plat-mxc / include / mach / imx-uart.h
index 599217b..90af4d9 100644 (file)
@@ -23,7 +23,7 @@
 
 struct imxuart_platform_data {
        int (*init)(struct platform_device *pdev);
-       int (*exit)(struct platform_device *pdev);
+       void (*exit)(struct platform_device *pdev);
        unsigned int flags;
 };