On Fri, May 05, 2006 at 09:18:52AM +0200, Ales Golob wrote: > EXPORT_SYMBOL(dev_ioctl); > > Mind you, I'm not a kernel hacker but this helped, so I could load the > lapd.ko module > successfully.
This undos a change made by the linux kernel team (for whatever reason they changed that). As dev_ioctl() is only there to pass an IOCTL to the next-lower layer (afaiu, atleast), i may aswell propose my change again: https://mailman.uli.it/pipermail/visdn-hackers/2006-April/000945.html Since noone commented on that, i have to assume that noone tested it or its fine for most people. -- http://www.ukeer.de/about.html "Real men don't use backups, they post their stuff on a public ftp server and let the rest of the world make copies." --Linus Torvalds _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
