commit | e701e85b9f12af4dbe73b4299b541686ef6b1aa5 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jan 08 01:05:18 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:14:10 2006 -0800 |
tree | 286ca3736e2138c3ca157b22db32b09628c72a1a | |
parent | 564de74a7e2778e1d11b2d2e50ee8dab1cf1456a [diff] |
[PATCH] vr41xx: section tags fix module_init functions must be tagged __init rather than __devinit; likewise, module_exit functions must be tagged __exit rather than __devexit. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Yoichi Yuasa <yuasa@hh.iij4u.or.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>