diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 14:28:44 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 19:15:27 -0400 |
commit | 3bdcdd681b64fa92934039ff0d217414720a4b1e (patch) | |
tree | 4edbdd8adc4daa1f58cb8bd7d2d8d3b23fa40fdc /arch/mips/jazz | |
parent | 2cf69e765a99baacf0121f3312ec84ff1031961d (diff) |
[MIPS] Jazz: Remove warning. After 7 years probably somebody test this ;)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jazz')
-rw-r--r-- | arch/mips/jazz/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index 3a7869fbaf32..50cecfca7f87 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c | |||
@@ -98,8 +98,6 @@ void __init plat_mem_setup(void) | |||
98 | _machine_halt = jazz_machine_halt; | 98 | _machine_halt = jazz_machine_halt; |
99 | pm_power_off = jazz_machine_power_off; | 99 | pm_power_off = jazz_machine_power_off; |
100 | 100 | ||
101 | #warning "Somebody should check if screen_info is ok for Jazz." | ||
102 | |||
103 | screen_info = (struct screen_info) { | 101 | screen_info = (struct screen_info) { |
104 | 0, 0, /* orig-x, orig-y */ | 102 | 0, 0, /* orig-x, orig-y */ |
105 | 0, /* unused */ | 103 | 0, /* unused */ |