On Mon, Jul 09, 2007 at 03:31:42PM -0700, prasad hegde wrote:
> Hi,
>
> I am trying to modify a network adapter code. I want to add phy_mii_ioctl  
> (
> MII ioctl ) to get physical device's information.
> I could succesfully do modification and complile it. I have loaded
> recompiled 2.6.21 kernel with PHY device support and MII device support.
>
> But not able to load the module.
>
> dmesg says:
> Unknown symbol phy_mii_ioctl
>
> Should I need to anything more to get rid of this problem.
>
> Any help or pointers are appreciated.

Workaround:

Add an
  EXPORT_SYMBOL(phy_mii_ioctl);
at the end of drivers/net/phy/phy.c

> Thanks
> Prasad Hegde

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to