From 5ff1808f20a70912796b274c03cec3d91ddf890a Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Tue, 24 Aug 2021 16:03:57 -0700 Subject: device/mipi: Move to drivers/mipi Sounds like we prefer to have this under drivers/ instead of device/. Also move all MIPI-related headers out from device/ into their own directory. Signed-off-by: Julius Werner Change-Id: Ib3e66954b8f0cf85b28d8d186b09d7846707559d Reviewed-on: https://review.coreboot.org/c/coreboot/+/57128 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin Reviewed-by: Yu-Ping Wu Reviewed-by: Nico Huber --- src/drivers/soundwire/alc1308/alc1308.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/soundwire/alc1308') diff --git a/src/drivers/soundwire/alc1308/alc1308.c b/src/drivers/soundwire/alc1308/alc1308.c index df60d47bf7..f16d3a2de5 100644 --- a/src/drivers/soundwire/alc1308/alc1308.c +++ b/src/drivers/soundwire/alc1308/alc1308.c @@ -5,8 +5,8 @@ #include #include #include -#include #include +#include #include #include "chip.h" -- cgit v1.2.3