diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:27:46 +0200 | 
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:27:46 +0200 | 
| commit | 9b3539e0e545e4c2f338acfc1ce52033a6f5e7f7 (patch) | |
| tree | 5c56e4a208dbe7e985e59911e1a421a7c1ee024c /arch/mips/include/asm/mips_machine.h | |
| parent | 3d39019a1655d195a60a86ebf38f9da30bd83d03 (diff) | |
| parent | 1cd1c049271233deccfcc75123afa7f39a607f5a (diff) | |
| download | olio-linux-3.10-9b3539e0e545e4c2f338acfc1ce52033a6f5e7f7.tar.xz olio-linux-3.10-9b3539e0e545e4c2f338acfc1ce52033a6f5e7f7.zip  | |
Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next
Diffstat (limited to 'arch/mips/include/asm/mips_machine.h')
| -rw-r--r-- | arch/mips/include/asm/mips_machine.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/include/asm/mips_machine.h b/arch/mips/include/asm/mips_machine.h index 363bb352c7f..9d00aebe984 100644 --- a/arch/mips/include/asm/mips_machine.h +++ b/arch/mips/include/asm/mips_machine.h @@ -42,13 +42,9 @@ extern long __mips_machines_end;  #ifdef CONFIG_MIPS_MACHINE  int  mips_machtype_setup(char *id) __init;  void mips_machine_setup(void) __init; -void mips_set_machine_name(const char *name) __init; -char *mips_get_machine_name(void);  #else  static inline int mips_machtype_setup(char *id) { return 1; }  static inline void mips_machine_setup(void) { } -static inline void mips_set_machine_name(const char *name) { } -static inline char *mips_get_machine_name(void) { return NULL; }  #endif /* CONFIG_MIPS_MACHINE */  #endif /* __ASM_MIPS_MACHINE_H */  |