From f8f7b9f52873e561c271fca183e7950b654856ea Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Thu, 24 Apr 2014 12:50:22 -0500 Subject: mts-io: move inclusion of to eeprom.h --- io-module/mts_io.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'io-module/mts_io.h') 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 - #ifndef BIT #define BIT(nr) (1UL << (nr)) #endif -- cgit v1.2.3