Commit acb1cd5f authored by Russell King's avatar Russell King

[ARM] Fix platform_add_devices() prototype

parent d766247d
......@@ -19,7 +19,7 @@
struct platform_device;
extern int platform_add_devices(struct platform_device *, int);
extern int platform_add_devices(struct platform_device **, int);
extern int platform_add_device(struct platform_device *);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment