diff options
| author | David S. Miller <davem@sunset.davemloft.net> | 2007-10-27 00:13:04 -0700 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-27 00:13:04 -0700 |
| commit | d979f1792d1a4867eda0028b3aac8c6d4a535bb7 (patch) | |
| tree | 89a8a9471ad2fa57f7349426ac62d14f3f134c63 /arch/sparc64/kernel/binfmt_elf32.c | |
| parent | ec3b67c11df42362ccda81261d62829042f223f0 (diff) | |
| download | lwn-d979f1792d1a4867eda0028b3aac8c6d4a535bb7.tar.gz lwn-d979f1792d1a4867eda0028b3aac8c6d4a535bb7.zip | |
[SPARC64]: __inline__ --> inline
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/binfmt_elf32.c')
| -rw-r--r-- | arch/sparc64/kernel/binfmt_elf32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/binfmt_elf32.c b/arch/sparc64/kernel/binfmt_elf32.c index 9ad84ff10a17..1587a29a4b0e 100644 --- a/arch/sparc64/kernel/binfmt_elf32.c +++ b/arch/sparc64/kernel/binfmt_elf32.c @@ -1,7 +1,7 @@ /* * binfmt_elf32.c: Support 32-bit Sparc ELF binaries on Ultra. * - * Copyright (C) 1995, 1996, 1997, 1998 David S. Miller (davem@redhat.com) + * Copyright (C) 1995, 1996, 1997, 1998 David S. Miller (davem@davemloft.net) * Copyright (C) 1995, 1996, 1997, 1998 Jakub Jelinek (jj@ultra.linux.cz) */ @@ -133,7 +133,7 @@ struct elf_prpsinfo32 #undef cputime_to_timeval #define cputime_to_timeval cputime_to_compat_timeval -static __inline__ void +static inline void cputime_to_compat_timeval(const cputime_t cputime, struct compat_timeval *value) { unsigned long jiffies = cputime_to_jiffies(cputime); |
