Re: [PATCH] x86: fix non-static inlines

2016-04-15 Thread Joe Perches
On Fri, 2016-04-15 at 19:00 +0200, Denys Vlasenko wrote: > Four instances of incorrect usage of non-static "inline" crept up > in arch/x86, all trivial; cleaning them up: Thanks and trivia: > diff --git a/arch/x86/crypto/sha-mb/sha1_mb.c > b/arch/x86/crypto/sha-mb/sha1_mb.c [] > @@ -102,14 +102,

[PATCH] x86: fix non-static inlines

2016-04-15 Thread Denys Vlasenko
Four instances of incorrect usage of non-static "inline" crept up in arch/x86, all trivial; cleaning them up: EVT_TO_HPET_DEV() - made static, it is only used in kernel/hpet.c Debug version of check_iommu_entries() is an __init function. Non-debug dummy empty version of it is declared "inline" in