[LinuxPPS] Re: [PATCH 1/1] LinuxPPS: Pulse per Second support
for Linux
Rodolfo Giometti
giometti at enneenne.com
Sat May 12 14:33:08 CEST 2007
On Sat, May 12, 2007 at 02:21:23PM +0200, Udo van den Heuvel wrote:
> static int __init pps_init(void)
> {
> int ret;
>
> nl_sk = netlink_kernel_create(NETLINK_PPSAPI, 0,
> pps_nl_data_ready, THIS_MODULE);
> (cut)
>
> Gives me a clean compile.
You can get a clean compile have using the _last_ kernel realease. The
netlink_kernel_create() interface has been changed in the days.
The netlink_kernel_create() must be changed in the future otherwise we
never enter into Linux kernel tree. :'(
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti at enneenne.com
Linux Device Driver giometti at gnudd.com
Embedded Systems giometti at linux.it
UNIX programming phone: +39 349 2432127
More information about the LinuxPPS
mailing list