Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bbd82f956e0db6190b16a8a00d3ed5d979f488e8
Commit:     bbd82f956e0db6190b16a8a00d3ed5d979f488e8
Parent:     93dd79e87bbc98ef02610d54fe72d4a1931ee15e
Author:     Francois Romieu <[EMAIL PROTECTED]>
AuthorDate: Sun Oct 21 12:17:51 2007 +0200
Committer:  Francois Romieu <[EMAIL PROTECTED]>
CommitDate: Sun Oct 28 18:21:10 2007 +0100

    ipg: missing Kconfig dependency
    
    Fix for the error below while linking vmlinux:
    [...]
    drivers/built-in.o: In function `ipg_ioctl':
    drivers/net/ipg.c:2148: undefined reference to `generic_mii_ioctl'
    drivers/built-in.o: In function `ipg_get_settings':
    drivers/net/ipg.c:2181: undefined reference to `mii_ethtool_gset'
    drivers/built-in.o: In function `ipg_set_settings':
    drivers/net/ipg.c:2193: undefined reference to `mii_ethtool_sset'
    drivers/built-in.o: In function `ipg_nway_reset':
    drivers/net/ipg.c:2205: undefined reference to `mii_nway_restart'
    make: *** [.tmp_vmlinux1] Error 1
    
    Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
    Cc: Avuton Olrich <[EMAIL PROTECTED]>
    Cc: Jesse Huang <[EMAIL PROTECTED]>
    Cc: Sorbica Shieh <[EMAIL PROTECTED]>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 86b8641..9f7ec7d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -168,6 +168,7 @@ config NET_SB1000
 config IP1000
        tristate "IP1000 Gigabit Ethernet support"
        depends on PCI && EXPERIMENTAL
+       select MII
        ---help---
          This driver supports IP1000 gigabit Ethernet cards.
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to