It's used in just one place, inline it.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
        }
 }
 
-static int qdio_inbound_q_moved(struct qdio_q *q, unsigned int start)
-{
-       return get_inbound_buffer_frontier(q, start);
-}
-
 static inline int qdio_inbound_q_done(struct qdio_q *q, unsigned int start)
 {
        unsigned char state = 0;
        unsigned int start = q->first_to_check;
        int count;
 
-       count = q->is_input_q ? qdio_inbound_q_moved(q, start) :
+       count = q->is_input_q ? get_inbound_buffer_frontier(q, start) :
                                qdio_outbound_q_moved(q, start);
        if (count == 0)
                return 0;