summaryrefslogtreecommitdiff
path: root/fs/exec.c
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2003-03-26 18:04:25 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-03-26 18:04:25 -0800
commit9f89740753bb0f229265afccbf4edfabc6414a5a (patch)
treee0edfea5069e8961e07624853555234c4621ea57 /fs/exec.c
parent0a9571e8c6bd86283aa8029d39d1bcb59967b3e3 (diff)
[PATCH] fs/exec.c does not need __NO_VERSION__
From Christoph Hellwig I think
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c
index f0b70ae3698d..84fb2e24f106 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -38,7 +38,6 @@
#include <linux/binfmts.h>
#include <linux/swap.h>
#include <linux/utsname.h>
-#define __NO_VERSION__
#include <linux/module.h>
#include <linux/namei.h>
#include <linux/proc_fs.h>