• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión68655e6ce14c5eff8d0aad84dc40d7ca1d40c2e9 (tree)
Tiempo2022-07-18 19:27:29
AutorSamuel Holland <samuel@shol...>
CommiterAndre Przywara

Log Message

net: sun8i-emac: Drop use of arch-specific header

This header is not used since commit abdbefba2a4e ("net: sun8i_emac: Use
consistent clock bitfield definitions"). Dropping it allows the driver
to be architecture-independent.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>

Cambiar Resumen

Diferencia incremental

--- a/drivers/net/sun8i_emac.c
+++ b/drivers/net/sun8i_emac.c
@@ -16,7 +16,6 @@
1616 #include <asm/global_data.h>
1717 #include <asm/gpio.h>
1818 #include <asm/io.h>
19-#include <asm/arch/clock.h>
2019 #include <common.h>
2120 #include <clk.h>
2221 #include <dm.h>