]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fcntl.c
[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.
[linux-2.6-omap-h63xx.git] / fs / fcntl.c
index 7efe59ed1ed83a59bba6e1b9ecb25953ecf9553b..e632da761fc11cd19b8637bcad23b1f5562d7382 100644 (file)
@@ -24,7 +24,7 @@
 #include <asm/siginfo.h>
 #include <asm/uaccess.h>
 
-void fastcall set_close_on_exec(unsigned int fd, int flag)
+void set_close_on_exec(unsigned int fd, int flag)
 {
        struct files_struct *files = current->files;
        struct fdtable *fdt;