commit | ed1705afb93409a3e345d653be9d263984aa5c1b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Thu Jan 12 01:06:39 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jan 12 09:09:05 2006 -0800 |
tree | 8184e459ba4f532de1339157f0e3a1236c0722d3 | |
parent | 54a5a6eb5842d68fe0aaa60d50fdea532c19770b [diff] |
[PATCH] m68k: fix macfb init To be used by module_init() function should return int; same for functions that have "return -ENODEV;" in them, actually ;-) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>