summaryrefslogtreecommitdiff
path: root/drivers/edgetpu/abrolhos-platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edgetpu/abrolhos-platform.h')
-rw-r--r--drivers/edgetpu/abrolhos-platform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/edgetpu/abrolhos-platform.h b/drivers/edgetpu/abrolhos-platform.h
index 7ed88ed..4372f30 100644
--- a/drivers/edgetpu/abrolhos-platform.h
+++ b/drivers/edgetpu/abrolhos-platform.h
@@ -10,15 +10,12 @@
#include "edgetpu-internal.h"
#include "edgetpu-mobile-platform.h"
-#include "mobile-debug-dump.h"
#define to_abrolhos_dev(etdev) \
container_of((to_mobile_dev(etdev)), struct abrolhos_platform_dev, mobile_dev)
struct abrolhos_platform_dev {
struct edgetpu_mobile_platform_dev mobile_dev;
- /* subsystem coredump info struct */
- struct mobile_sscd_info sscd_info;
};
#endif /* __ABROLHOS_PLATFORM_H__ */