Feb. 7, 2011
6:41 a.m.
Hi, I am totally newbie for kernel device driver, and starting to learn. When I see a driver code, I found __init. For example, static int __init xxxx(struct platform_device *pdev) I understand "static" and "int", but what is __init? -J.