mfd: remove use of __devexit
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / mfd / abx500 / ab8500.h
index 83f0bdc530b7431a0794934fe6df11706c273b60..1cb5698b4d76a6bfe0b0a36d1c90a2f10101f9f6 100644 (file)
@@ -293,7 +293,7 @@ struct ab8500_platform_data {
 
 extern int ab8500_init(struct ab8500 *ab8500,
                                 enum ab8500_version version);
-extern int __devexit ab8500_exit(struct ab8500 *ab8500);
+extern int ab8500_exit(struct ab8500 *ab8500);
 
 extern int ab8500_suspend(struct ab8500 *ab8500);