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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user