Browse Source

Merge commit 'afd6f42' into update_avalon_20130524

Luke Dashjr 12 years ago
parent
commit
f81bfc2ac9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-avalon.c

+ 1 - 1
driver-avalon.c

@@ -202,7 +202,7 @@ static int avalon_send_task(int fd, const struct avalon_task *at,
 	return AVA_SEND_BUFFER_EMPTY;
 }
 
-static int avalon_gets(int fd, uint8_t *buf, struct thr_info *thr,
+static inline int avalon_gets(int fd, uint8_t *buf, struct thr_info *thr,
 		       struct timeval *tv_finish)
 {
 	int read_amount = AVALON_READ_SIZE;