ia64: sn: pci: move inline before type
Make the use of inline like the rest of the kernel. Link: http://lkml.kernel.org/r/f42b2202bd0d4e7ccf79ce5348bb255a035e67bb.1499284835.git.joe@perches.com Signed-off-by: Joe Perches <joe@perches.com> Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d778931d7b
commit
c02f2a911f
|
@ -140,7 +140,7 @@ static inline u64 __iomem *pcibr_ate_addr(struct pcibus_info *pcibus_info,
|
|||
/*
|
||||
* Update the ate.
|
||||
*/
|
||||
void inline
|
||||
inline void
|
||||
ate_write(struct pcibus_info *pcibus_info, int ate_index, int count,
|
||||
volatile u64 ate)
|
||||
{
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
* All registers defined in struct tioce will meet that criteria.
|
||||
*/
|
||||
|
||||
static void inline
|
||||
static inline void
|
||||
tioce_mmr_war_pre(struct tioce_kernel *kern, void __iomem *mmr_addr)
|
||||
{
|
||||
u64 mmr_base;
|
||||
|
@ -78,7 +78,7 @@ tioce_mmr_war_pre(struct tioce_kernel *kern, void __iomem *mmr_addr)
|
|||
}
|
||||
}
|
||||
|
||||
static void inline
|
||||
static inline void
|
||||
tioce_mmr_war_post(struct tioce_kernel *kern, void __iomem *mmr_addr)
|
||||
{
|
||||
u64 mmr_base;
|
||||
|
|
Loading…
Reference in New Issue