diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-04-24 12:50:22 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-04-24 12:50:22 -0500 |
commit | f8f7b9f52873e561c271fca183e7950b654856ea (patch) | |
tree | 3cc74dc562d1fd3b4be4a31c0d499f831f1fba6a /io-module/mts_io.h | |
parent | c58590d525d218e66c8b18cfaf72e7e87bede27e (diff) | |
download | mts-io-f8f7b9f52873e561c271fca183e7950b654856ea.tar.gz mts-io-f8f7b9f52873e561c271fca183e7950b654856ea.tar.bz2 mts-io-f8f7b9f52873e561c271fca183e7950b654856ea.zip |
mts-io: move inclusion of <stdint.h> to eeprom.h
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 2 |
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 |