sh: build fixes for defconfigs.

Get all of the defconfigs building again.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2006-10-03 13:14:04 +09:00
parent 059fbd6a5e
commit 711fa80968
16 changed files with 34 additions and 34 deletions

View File

@@ -53,6 +53,6 @@ struct sh_machine_vector mv_7751systemh __initmv = {
.mv_outsw = sh7751systemh_outsw,
.mv_outsl = sh7751systemh_outsl,
.mv_init_irq = sh7751system_init_irq,
.mv_init_irq = sh7751systemh_init_irq,
};
ALIAS_MV(7751systemh)