Commit 004a2b36 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] aio.c sparse warning fix

Randy Dunlap <rddunlap@osdl.org> points out that sparse warns about the test
of an undefined preprocessor identifier.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b717e21c
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <linux/aio_abi.h> #include <linux/aio_abi.h>
#include <linux/module.h> #include <linux/module.h>
//#define DEBUG 1 #define DEBUG 0
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/fs.h> #include <linux/fs.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment