summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-07 15:03:18 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-11 08:00:14 +0200
commit0fb6ff20422348b344ec93f6817f4cdb7e18573c (patch)
tree532fc51c466824f17bbe4b207de968ae00f869b7 /include
parentd906e2e585f1572ecf116ebd8a7449c5bf6e92fe (diff)
stm: revert change in stm.h introduced by "Android build Fix"
Now STM Android userspace is aligned with new interface Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com> Change-Id: Ia63bad33f6a99348b4bc764255c46bec82713efc Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/33350 Reviewed-by: Pankaj SEN <pankaj.sen@stericsson.com> Tested-by: Pankaj SEN <pankaj.sen@stericsson.com> Reviewed-by: QABUILD Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
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 */