Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649895
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net/phy: fix mdio-octeon dependency and build |
| Date | 2017-05-24 21:50 +0200 |
| Message-ID | <tKKsa-6vf-7@gated-at.bofh.it> (permalink) |
| References | <tKjLl-4VL-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Randy Dunlap <rdunlap@infradead.org> Date: Tue, 23 May 2017 08:19:49 -0700 > From: Randy Dunlap <rdunlap@infradead.org> > > Fix build errors by making this driver depend on OF_MDIO, like > several other similar drivers do. > > drivers/built-in.o: In function `octeon_mdiobus_remove': > mdio-octeon.c:(.text+0x196ee0): undefined reference to `mdiobus_unregister' > mdio-octeon.c:(.text+0x196ee8): undefined reference to `mdiobus_free' > drivers/built-in.o: In function `octeon_mdiobus_probe': > mdio-octeon.c:(.text+0x196f1d): undefined reference to `devm_mdiobus_alloc_size' > mdio-octeon.c:(.text+0x196ffe): undefined reference to `of_mdiobus_register' > mdio-octeon.c:(.text+0x197010): undefined reference to `mdiobus_free' > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Applied, thanks Randy.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] net/phy: fix mdio-octeon dependency and build Randy Dunlap <rdunlap@infradead.org> - 2017-05-23 17:20 +0200 Re: [PATCH] net/phy: fix mdio-octeon dependency and build David Miller <davem@davemloft.net> - 2017-05-24 21:50 +0200
csiph-web