From: Alexey Dobriyan Date: Wed, 1 Feb 2006 11:06:21 +0000 (-0800) Subject: [PATCH] arm26: add __kernel_old_dev_t for nfsd X-Git-Tag: v2.6.16-rc2~55 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2fa63c4d0d89a3add74bf37f7768a79c1d39cb7a;p=~emulex%2Finfiniband.git [PATCH] arm26: add __kernel_old_dev_t for nfsd Signed-off-by: Alexey Dobriyan Acked-by: Ian Molton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-arm26/posix_types.h b/include/asm-arm26/posix_types.h index b88344ad390..f8d1eb4f4cb 100644 --- a/include/asm-arm26/posix_types.h +++ b/include/asm-arm26/posix_types.h @@ -44,6 +44,7 @@ typedef unsigned int __kernel_gid32_t; typedef unsigned short __kernel_old_uid_t; typedef unsigned short __kernel_old_gid_t; +typedef unsigned short __kernel_old_dev_t; #ifdef __GNUC__ typedef long long __kernel_loff_t;