commit | 27a3bbaf4b1e23a3afbae4d9f72b51a36859f74a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Feb 07 13:48:59 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Feb 10 22:38:42 2007 +0000 |
tree | c6cf2b25d02ee2ad1cf290e9ac9719b301cbc77b | |
parent | 66efc5a7e3061c3597ac43a8bb1026488d57e66b [diff] [blame] |
[MIPS] VPE: Sprinkle device model code into code to make udev happier. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/mips_mt.h b/include/asm-mips/mips_mt.h index c31a312..fdfff0b 100644 --- a/include/asm-mips/mips_mt.h +++ b/include/asm-mips/mips_mt.h
@@ -12,4 +12,7 @@ extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value); extern void mips_mt_set_cpuoptions(void); +struct class; +extern struct class *mt_class; + #endif /* __ASM_MIPS_MT_H */