diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2010-04-27 13:13:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-04-27 16:26:03 -0700 |
commit | 9e584fbbd9fd4f0f10b8aafc9982df8d0b553e35 (patch) | |
tree | b8a59588acdd840cc0a1d5715f0ffc6cddf4199c /mm | |
parent | 16a5b3c4143fc7f6cbe0ef9fd4e9a58376f91506 (diff) | |
download | linux-3.10-9e584fbbd9fd4f0f10b8aafc9982df8d0b553e35.tar.gz linux-3.10-9e584fbbd9fd4f0f10b8aafc9982df8d0b553e35.tar.bz2 linux-3.10-9e584fbbd9fd4f0f10b8aafc9982df8d0b553e35.zip |
arch/avr32: fix build failure caused by wrong prototype
This patch fixes a build failure introduced by 1d8393171 ("avr32: use
generic ptrace_resume code") which had the static keyword as a leftover.
arch/avr32/kernel/ptrace.c:32: error: static declaration of `user_enable_single_step' follows non-static declaration
include/linux/ptrace.h:268: error: previous declaration of `user_enable_single_step' was here
References:
[1]http://kisskb.ellerman.id.au/kisskb/buildresult/2448162/
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions