]> Git Repo - linux.git/blobdiff - fs/aio.c
Documentation/CodingStyle: allow multiple return statements per function
[linux.git] / fs / aio.c
index 2bbcacf74d0c64f8814cb68d8c4eff423dfe98d4..a8ecc8313fb08d310276e72043e671c186ad1565 100644 (file)
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -39,6 +39,8 @@
 #include <asm/kmap_types.h>
 #include <asm/uaccess.h>
 
+#include "internal.h"
+
 #define AIO_RING_MAGIC                 0xa10a10a1
 #define AIO_RING_COMPAT_FEATURES       1
 #define AIO_RING_INCOMPAT_FEATURES     0
This page took 0.030307 seconds and 4 git commands to generate.