Commit a01b0767 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] Sun-3 compile fix

Sun-3: Add missing include (needed because of __attribute_used__ in
<linux/init.h>)
parent 09b2f193
......@@ -10,6 +10,7 @@
*/
#include <linux/types.h>
#include <linux/compiler.h>
#include <linux/init.h>
int __init sbus_init(void)
......
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