mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
ANDROID: GKI: Do not export non-existent unsafe DDK header
Merge commitc51de219f5("Merge tag 'android14-5.15.131_r00' into android-14-5.15") brought in upstream commit7963d4d710("usb: typec: tcpci: move tcpci.h to include/linux/usb/"). However, the reference to the drivers/usb/typec/tcpm/tcpci.h headers was not removed from the all_headers_unsafe ddk_headers target. This causes build failures when building with --allow_ddk_unsafe_headers as the file cannot be found, so remove it. Bug: 324422915 Fixes:c51de219f5("Merge tag 'android14-5.15.131_r00' into android-14-5.15") Change-Id: Id65881dd87df6edb3fe9f935e8bb45faa6af2374 Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
This commit is contained in:
@@ -776,7 +776,6 @@ ddk_headers(
|
||||
"drivers/usb/host/xhci-mvebu.h",
|
||||
"drivers/usb/host/xhci-plat.h",
|
||||
"drivers/usb/host/xhci-rcar.h",
|
||||
"drivers/usb/typec/tcpm/tcpci.h",
|
||||
],
|
||||
# The list of include directories where source files can #include headers
|
||||
# from. In other words, these are the `-I` option to the C compiler.
|
||||
|
||||
Reference in New Issue
Block a user