On Tuesday 08 January 2008, John Rigby wrote: > +unsigned long > +mpc512x_find_ips_freq(struct device_node *node) > +{ The driver that is using this is listed as 'tristate' in Kconfig, but this function is not exported, so you get a link error if you want to build it as a module. Arnd <><