]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] vr41xx: section tags fix
authorJean Delvare <khali@linux-fr.org>
Sun, 8 Jan 2006 09:05:18 +0000 (01:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:14:10 +0000 (20:14 -0800)
commit8ab10aee12b386606e090b4c66bf1a5fa66d5278
tree286ca3736e2138c3ca157b22db32b09628c72a1a
parent1cdebdf55602f6e8ee4b7ad86f7e89555a0ebc81
[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>
drivers/char/vr41xx_giu.c