From: Heiko Carstens Date: Fri, 14 Sep 2012 12:11:32 +0000 (+0200) Subject: s390/crashdump: move fill_cpu_elf_notes() prototype to header file X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~81^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b563d8c26735a76d84664d1b48271c432d63983;p=pandora-kernel.git s390/crashdump: move fill_cpu_elf_notes() prototype to header file Move fill_cpu_elf_notes() prototype to header file. This way we get compile errors if e.g. the number of function parameters get changed. Otherwise it's possible to change just the definition and everything else still compiles fine, but the result is broken code. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed