summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index 757da05..0540434 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -2,8 +2,6 @@
#define __MTS_IO_H
#if !__KERNEL__
-#include <stdint.h>
-
#ifndef BIT
#define BIT(nr) (1UL << (nr))
#endif