diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 19:28:44 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-09 00:15:27 +0100 |
commit | 3bdcdd681b64fa92934039ff0d217414720a4b1e (patch) | |
tree | 4edbdd8adc4daa1f58cb8bd7d2d8d3b23fa40fdc /arch/mips/jazz | |
parent | 2cf69e765a99baacf0121f3312ec84ff1031961d (diff) | |
download | op-kernel-dev-3bdcdd681b64fa92934039ff0d217414720a4b1e.zip op-kernel-dev-3bdcdd681b64fa92934039ff0d217414720a4b1e.tar.gz |
[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 3a7869f..50cecfc 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c @@ -98,8 +98,6 @@ void __init plat_mem_setup(void) _machine_halt = jazz_machine_halt; pm_power_off = jazz_machine_power_off; -#warning "Somebody should check if screen_info is ok for Jazz." - screen_info = (struct screen_info) { 0, 0, /* orig-x, orig-y */ 0, /* unused */ |