aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorHeiko Carstens <[email protected]>2014-01-31 06:50:36 +0000
committerLinus Torvalds <[email protected]>2014-02-01 18:55:15 +0000
commit5a5e75f4714a592f31e57f248b8f5c866f278b8d (patch)
tree7c845bcd637c58ddb2790f18ee0d5b359af00c13 /drivers/net/xen-netback/interface.c
parentMerge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 (diff)
downloadkernel-5a5e75f4714a592f31e57f248b8f5c866f278b8d.tar.gz
kernel-5a5e75f4714a592f31e57f248b8f5c866f278b8d.zip
tile: remove compat_sys_lookup_dcookie declaration to fix compile error
With commit d8d14bd09cdd ("fs/compat: fix lookup_dcookie() parameter handling") I changed the type of the len parameter of the lookup_dcookie() syscall. However I missed that there was still a stale declaration in arch/tile/.. which now causes a compile error on tile: In file included from fs/dcookies.c:28:0: include/linux/compat.h:425:17: error: conflicting types for 'compat_sys_lookup_dcookie' fs/dcookies.c:207:1: error: conflicting types for 'compat_sys_lookup_dcookie' Simply remove the declaration in the tile architecture, which is only a leftover from before the different compat lookup_dcookie() versions have been merged. The correct declaration is now in include/linux/compat.h The build error was reported by Fenguang's build bot. Signed-off-by: Heiko Carstens <[email protected]> Acked-by: Chris Metcalf <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions