On 06/17/2011 01:22 PM, Guillaume Dargaud wrote: >> Not answering your primary question here, but in order to print the most >> recent tag (along with a uniqe suffix, see man page) that is reachable >> from your current branch, you can use "git describe". It will print out >> the kernel version on your latest Xilinx tree. > > $ git describe > v2.6.37-719-gecf08a4 > > $ cat ./include/linux/version.h > #define LINUX_VERSION_CODE 132645 > #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) > > $ printf "%x\n" 132645 > 20625 > Something doesn't quite match here...
It is hexadecimal. 0x25 = 37. > But my original question about how do you declare a probe function in > the latest kernels still stand... The struct device_node was moved to struct device in order to make the CONFIG_OF more generic. See commit d706c1b050274b3bf97d7cb0542c0d070c9ccb8b Author: Grant Likely <grant.lik...@secretlab.ca> Date: Tue Apr 13 16:12:28 2010 -0700 driver-core: Add device node pointer to struct device Hope this helps, Philipp _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev