]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/kcov.c
ARM: dts: imx6ul: add support for Ka-Ro electronics TXUL mainboard
[karo-tx-linux.git] / kernel / kcov.c
index 662c4019e3af35f313902f8aa181286adc3fff4c..230279c2454ef10b3536ac2e89c87eeb5bd6b1a9 100644 (file)
 #include <linux/uaccess.h>
 #include <linux/kcov.h>
 
-enum kcov_mode {
-       /*
-        * Tracing coverage collection mode.
-        * Covered PCs are collected in a per-task buffer.
-        */
-       KCOV_MODE_TRACE = 1,
-};
-
 /*
  * kcov descriptor (one per opened debugfs file).
  * State transitions of the descriptor: