[PATCH] Unlinline a bunch of other functions
[powerpc.git] / drivers / block / loop.c
index 8647290..5f6d1a5 100644 (file)
@@ -294,7 +294,7 @@ fail:
  * This helper just factors out common code between do_lo_send_direct_write()
  * and do_lo_send_write().
  */
-static inline int __do_lo_send_write(struct file *file,
+static int __do_lo_send_write(struct file *file,
                u8 __user *buf, const int len, loff_t pos)
 {
        ssize_t bw;