[PATCH 4/4] net: smc91x: remove neponset specific oscillator hack
Russell King
rmk+kernel at armlinux.org.uk
Tue Aug 30 03:52:50 PDT 2016
Remove the neponset specific oscillator hack from the smc91x driver,
relying instead on the gpio controls provided.
Signed-off-by: Russell King <rmk+kernel at armlinux.org.uk>
---
drivers/net/ethernet/smsc/smc91x.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/drivers/net/ethernet/smsc/smc91x.c b/drivers/net/ethernet/smsc/smc91x.c
index 43dbc1c7b9a5..e53aa640f0d7 100644
--- a/drivers/net/ethernet/smsc/smc91x.c
+++ b/drivers/net/ethernet/smsc/smc91x.c
@@ -92,11 +92,6 @@ static const char version[] =
#include "smc91x.h"
-#if defined(CONFIG_ASSABET_NEPONSET)
-#include <mach/assabet.h>
-#include <mach/neponset.h>
-#endif
-
#ifndef SMC_NOWAIT
# define SMC_NOWAIT 0
#endif
@@ -2384,10 +2379,6 @@ static int smc_drv_probe(struct platform_device *pdev)
ret = smc_request_attrib(pdev, ndev);
if (ret)
goto out_release_io;
-#if defined(CONFIG_ASSABET_NEPONSET)
- if (machine_is_assabet() && machine_has_neponset())
- neponset_ncr_set(NCR_ENET_OSC_EN);
-#endif
if (lp->xtal) {
ret = clk_prepare_enable(lp->xtal);
if (ret)
--
2.1.0
More information about the linux-arm-kernel
mailing list