Hi, --- On Mon, Jun 29, 2009 at 2:01 PM, abhi<[email protected]> wrote: | MODULE_PARM (agent_name, "s"); | MODULE_PARM (agent_code, "i"); | | make -C /lib/modules/2.6.27.5-117.fc10.i686/build \--
That is a new kernel and MODULE_PARM is deprecated? http://lwn.net/Articles/107303/ Try using MODULE_PARAM_DESC, and ex4-param/ from here: http://shakthimaan.com/downloads/device_drivers/device-drivers-2.6.tar.bz2 SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________ Pune GNU/Linux Users Group Mailing List
