Commit c02f2a91 authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds

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.comSigned-off-by: default avatarJoe Perches <joe@perches.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d778931d
...@@ -140,7 +140,7 @@ static inline u64 __iomem *pcibr_ate_addr(struct pcibus_info *pcibus_info, ...@@ -140,7 +140,7 @@ static inline u64 __iomem *pcibr_ate_addr(struct pcibus_info *pcibus_info,
/* /*
* Update the ate. * Update the ate.
*/ */
void inline inline void
ate_write(struct pcibus_info *pcibus_info, int ate_index, int count, ate_write(struct pcibus_info *pcibus_info, int ate_index, int count,
volatile u64 ate) volatile u64 ate)
{ {
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
* All registers defined in struct tioce will meet that criteria. * 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) tioce_mmr_war_pre(struct tioce_kernel *kern, void __iomem *mmr_addr)
{ {
u64 mmr_base; u64 mmr_base;
...@@ -78,7 +78,7 @@ tioce_mmr_war_pre(struct tioce_kernel *kern, void __iomem *mmr_addr) ...@@ -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) tioce_mmr_war_post(struct tioce_kernel *kern, void __iomem *mmr_addr)
{ {
u64 mmr_base; u64 mmr_base;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment