From: Geert Uytterhoeven Date: Thu, 12 Feb 2015 23:01:22 +0000 (-0800) Subject: linux/types.h: Always use unsigned long for pgoff_t X-Git-Tag: fixes-v4.0-rc1~115^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4a5c1e6531b9c6ba6ee1f3cb11f0aeea25881e;p=pandora-kernel.git linux/types.h: Always use unsigned long for pgoff_t Everybody uses unsigned long for pgoff_t, and no one ever overrode the definition of pgoff_t. Keep it that way, and remove the option of overriding it. Signed-off-by: Geert Uytterhoeven Cc: Randy Dunlap Cc: Arnd Bergmann Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed