anolis: riscv: remove unused T-HEAD Light file
ANBZ: #4841
There are two unused .rej file, remove it.
Fixes: 448c5db376
("anolis: riscv: pinctrl: add T-HEAD Light support")
Signed-off-by: Ruidong Tian <tianruidong@linux.alibaba.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Link: https://gitee.com/anolis/cloud-kernel/pulls/1597
This commit is contained in:
parent
36168780b4
commit
a06e25de34
|
@ -1,10 +0,0 @@
|
|||
--- drivers/phy/Kconfig
|
||||
+++ drivers/phy/Kconfig
|
||||
@@ -79,6 +79,7 @@ source "drivers/phy/rockchip/Kconfig"
|
||||
source "drivers/phy/samsung/Kconfig"
|
||||
source "drivers/phy/socionext/Kconfig"
|
||||
source "drivers/phy/st/Kconfig"
|
||||
+source "drivers/phy/synopsys/Kconfig"
|
||||
source "drivers/phy/tegra/Kconfig"
|
||||
source "drivers/phy/ti/Kconfig"
|
||||
source "drivers/phy/intel/Kconfig"
|
|
@ -1,10 +0,0 @@
|
|||
--- drivers/phy/Makefile
|
||||
+++ drivers/phy/Makefile
|
||||
@@ -28,6 +28,7 @@ obj-y += allwinner/ \
|
||||
samsung/ \
|
||||
socionext/ \
|
||||
st/ \
|
||||
+ synopsys/ \
|
||||
tegra/ \
|
||||
ti/ \
|
||||
xilinx/
|
Loading…
Reference in New Issue