]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmiotrace.h
mmiotrace: remove left-over marker cruft
[linux-2.6-omap-h63xx.git] / include / linux / mmiotrace.h
index 60cc3bf5c538821a915652e15eec87db68a1417f..139d7c88d9c91ddebe065b1898916f17d2dc27f1 100644 (file)
@@ -67,8 +67,7 @@ enum mm_io_opcode {
        MMIO_WRITE = 0x2,    /* struct mmiotrace_rw */
        MMIO_PROBE = 0x3,    /* struct mmiotrace_map */
        MMIO_UNPROBE = 0x4,  /* struct mmiotrace_map */
-       MMIO_MARKER = 0x5,   /* raw char data */
-       MMIO_UNKNOWN_OP = 0x6, /* struct mmiotrace_rw */
+       MMIO_UNKNOWN_OP = 0x5, /* struct mmiotrace_rw */
 };
 
 struct mmiotrace_rw {