| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-16 | net: Fix sungem_phy sharing. | David S. Miller | 1 | -1/+1 | |
| Since sungem_phy is used by multiple, unrelated, drivers make it build as a real module under drivers/net. depmod will pick up the symbol dependency and make sure sungem_phy.ko gets loaded any time sungem.ko or spider_net.ko is loaded. Tested-by: Stephen Rothwell <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2011-08-14 | net: Move sungem_phy.h under include/linux | David S. Miller | 1 | -0/+132 | |
| Fixes build failures of the spider_net driver because it tries to use a convoluted path to include this header. Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||