diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h index 77a2aada106dcb016833d77cc3b0842c35a4db4b..17f9cd5626c83035b37e6602def9172de9bebc55 100644 --- a/include/linux/platform_device.h +++ b/include/linux/platform_device.h @@ -350,4 +350,7 @@ static inline int is_sh_early_platform_device(struct platform_device *pdev) } #endif /* CONFIG_SUPERH */ +/* For now only SuperH uses it */ +void early_platform_cleanup(void); + #endif /* _PLATFORM_DEVICE_H_ */