Remove CONFIG_DISABLE_CLOCK

This commit is contained in:
Gregory Nutt
2014-08-07 12:35:24 -06:00
parent a2de3c92d8
commit caba61999a
268 changed files with 63 additions and 377 deletions
-6
View File
@@ -67,9 +67,7 @@ extern "C"
****************************************************************************/
struct net_driver_s; /* Forward reference */
#if !defined(CONFIG_DISABLE_CLOCK)
struct timeval; /* Forward reference */
#endif
/****************************************************************************
* Function: net_lockinitialize
@@ -103,9 +101,7 @@ void net_lockinitialize(void);
*
****************************************************************************/
#if !defined(CONFIG_DISABLE_CLOCK)
void net_dsec2timeval(uint16_t dsec, FAR struct timeval *tv);
#endif
/****************************************************************************
* Function: net_dsec2tick
@@ -140,9 +136,7 @@ unsigned int net_dsec2tick(int dsec);
*
****************************************************************************/
#if !defined(CONFIG_DISABLE_CLOCK)
unsigned int net_timeval2dsec(FAR struct timeval *tv);
#endif
/****************************************************************************
* Name: tcp_chksum