]> Pileus Git - ~andy/linux/blobdiff - drivers/ieee1394/ohci1394.c
ieee1394: merge from Linus
[~andy/linux] / drivers / ieee1394 / ohci1394.c
index 448df27733778d61d31781e475993c53555cf8f1..baa090d08d207919df05d5e6ac0d53505bfa9c07 100644 (file)
@@ -2598,8 +2598,9 @@ static const int TCODE_SIZE[16] = {20, 0, 16, -1, 16, 20, 20, 0,
  * Determine the length of a packet in the buffer
  * Optimization suggested by Pascal Drolet <pascal.drolet@informission.ca>
  */
-static __inline__ int packet_length(struct dma_rcv_ctx *d, int idx, quadlet_t *buf_ptr,
-                        int offset, unsigned char tcode, int noswap)
+static inline int packet_length(struct dma_rcv_ctx *d, int idx,
+                               quadlet_t *buf_ptr, int offset,
+                               unsigned char tcode, int noswap)
 {
        int length = -1;