device: Trivial - drop trailing blank lines at EOF
Change-Id: I50a5177a8bad5dada862f30c5c9421f08b0e1686 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6204 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
1bd01663f5
commit
64ea6dbe2e
|
@ -68,4 +68,3 @@ void set_cpu_topology(device_t cpu, unsigned node, unsigned package, unsigned co
|
|||
cpu->path.apic.core_id = core;
|
||||
cpu->path.apic.thread_id = thread;
|
||||
}
|
||||
|
||||
|
|
|
@ -101,4 +101,3 @@ ROMSTAGE_CONST struct device *dev_find_slot_on_smbus(unsigned int bus,
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
@ -512,4 +512,3 @@ int asmlinkage interrupt_handler(u32 intnumber,
|
|||
* but keep it around so its expectations are met */
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
@ -232,4 +232,3 @@ int int1a_handler(void)
|
|||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
|
@ -1144,6 +1144,3 @@ unsigned decode_rmXX_address(int mod, int rm)
|
|||
return decode_rm01_address(rm);
|
||||
return decode_rm10_address(rm);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2493,4 +2493,3 @@ void x86emu_cpuid(void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue