From a993cac61ab17c654c83eedfaf5dd0ddcd394bf0 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 20 May 2021 15:50:35 +0200 Subject: [PATCH] Revert "Revert "usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4"" This reverts commit 4940c943b42a478aec42d509ac2a43f3eb9b1c42. Bring back the commit in 5.10.38 that broke the kabi. Signed-off-by: Greg Kroah-Hartman Change-Id: I78d139da2a44bfbf81e2bf6127ce5bc7ea795c1f --- drivers/usb/typec/ucsi/ucsi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/typec/ucsi/ucsi.h b/drivers/usb/typec/ucsi/ucsi.h index cee666790907..b3450d87f324 100644 --- a/drivers/usb/typec/ucsi/ucsi.h +++ b/drivers/usb/typec/ucsi/ucsi.h @@ -10,6 +10,7 @@ #include #include #include +#include /* -------------------------------------------------------------------------- */