summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/trace/stm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/trace/stm.h b/include/trace/stm.h
index 65af6eac881..72e9136c25e 100644
--- a/include/trace/stm.h
+++ b/include/trace/stm.h
@@ -12,7 +12,6 @@
#define STM_H
#define STM_DEV_NAME "stm"
-#define STM_NUMBER_OF_CHANNEL 256
/* One single channel mapping */
struct stm_channel {
@@ -30,11 +29,6 @@ struct stm_channel {
};
};
-/* Mapping of all channels */
-struct stm_channels {
- struct stm_channel channel[STM_NUMBER_OF_CHANNEL];
-};
-
/* Possible trace modes */
#define STM_SW_LOSSLESS 0 /* Software mode: lossless data but intrusive */
#define STM_HW_LOSSY 1 /* Hardware mode: lossy data but less intrusive */