Jan. 27, 2014
3:10 p.m.
On Mon, 27 Jan 2014 10:05:05 +0800, parmenides said:
According to LDD3, the linux/module.h automatically includes the linux/version, which define some macros to help test the kernel version. But I search the source tree, and can not find version.h in include/linux. Where can I find it?
It's auto-generated. You need to run at least a 'make prepare' in the kernel tree (though you'll probably want to go ahead and actually build and boot a kernel to develop against).