diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-27 16:54:26 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 14:48:06 +0200 |
commit | a458465641bf61a00f4ca54da7265202a911f975 (patch) | |
tree | 66f4311c247b4a51c1fe31888cc079639314b057 /arch | |
parent | 9d61c18b25726306c9231428c17db42e3ff29ba7 (diff) | |
download | linux-3.10-a458465641bf61a00f4ca54da7265202a911f975.tar.gz linux-3.10-a458465641bf61a00f4ca54da7265202a911f975.tar.bz2 linux-3.10-a458465641bf61a00f4ca54da7265202a911f975.zip |
MIPS: Fix syncfs syscall copy and paste failure
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/unistd.h b/arch/mips/include/asm/unistd.h index dae22c1d2c8..fa2e37ea2be 100644 --- a/arch/mips/include/asm/unistd.h +++ b/arch/mips/include/asm/unistd.h @@ -1005,7 +1005,7 @@ #define __NR_name_to_handle_at (__NR_Linux + 303) #define __NR_open_by_handle_at (__NR_Linux + 304) #define __NR_clock_adjtime (__NR_Linux + 305) -#define __NR_clock_adjtime (__NR_Linux + 306) +#define __NR_syncfs (__NR_Linux + 306) /* * Offset of the last N32 flavoured syscall |