ANDROID: MODVERSIONS: hide type definition in drivers/usb/core/driver.c

The change "ANDROID: usb: Add vendor hook for usb suspend and resume"
resulted in the type definition of struct trace_eval_map becoming
visible in drivers/usb/core/driver.c

So hide the definition to keep MODVERSIONS CRCs unchanged.

Bug: 408097873
Change-Id: Ia8e1dc87ff111e4ff8184b1995b906dd3397e35a
Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
Giuliano Procida
2025-07-11 11:56:27 +01:00
parent 8760b6e4f5
commit 26937a37f5

View File

@@ -36,6 +36,9 @@
#include <trace/hooks/usb.h>
#include <linux/android_kabi.h>
ANDROID_KABI_DECLONLY(trace_eval_map);
/*
* Adds a new dynamic USBdevice ID to this driver,
* and cause the driver to probe for all devices again.