Clean up.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 27 Jul 2010 12:21:55 +0000 (12:21 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 27 Jul 2010 12:21:55 +0000 (12:21 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/branches/i2c@4076 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/drv/i2c_lpc2.c
bertos/cpu/arm/drv/i2c_lpc2.h

index 33ad6cac195b1f8f34ef90dcc7c1e4c8bed85074..ad400619772ff5623224a42465f778b40de17c06 100644 (file)
 
 #include <drv/timer.h>
 #include <drv/i2c.h>
-#include <drv/vic_lpc2.h> /* vic_handler_t */
 
 #include <io/lpc23xx.h>
 
-#include <stdarg.h>
-
-
 struct I2cHardware
 {
        uint32_t base;
index 810b4e2f440188693574cd9d91ed0b225b267939..4a98354baa5af9c3bc311d7958a2e5212d997115 100644 (file)
@@ -39,8 +39,6 @@
 
 #include <drv/i2c.h>
 
-#include <io/lpc23xx.h>
-
 /**
  * \name I2C devices enum
  */