#ifndef IOSCHED_H #define IOSCHED_H extern void ioprio_print(void); extern void set_ioprio_rt(void); extern void set_ioprio_be(void); #endif /* IOSCHED_H */ src='/cgit.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2016-11-22 14:52:22 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2016-11-22 22:25:41 +1100
commit9e5f68842276672a05737c23e407250f776cbf35 (patch)
tree5c8227c8fee3d1e4353b84e6c2f81af6a673b542
parent7a43906f5cbfb74712af168988455e350707e310 (diff)
powerpc: Fix missing CRCs, add more asm-prototypes.h declarations
After patch 4efca4ed0 ("kbuild: modversions for EXPORT_SYMBOL() for asm"), asm exports can get modversions CRCs generated if they have C definitions in asm-prototypes.h. This patch adds missing definitions for 32 and 64 bit allmodconfig builds. Fixes: 9445aa1a3062 ("ppc: move exports to definitions") Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>