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:
Edward O'Callaghan 2014-07-07 23:49:00 +10:00
parent 1bd01663f5
commit 64ea6dbe2e
6 changed files with 0 additions and 8 deletions

View File

@ -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;
}

View File

@ -101,4 +101,3 @@ ROMSTAGE_CONST struct device *dev_find_slot_on_smbus(unsigned int bus,
}
return result;
}

View File

@ -512,4 +512,3 @@ int asmlinkage interrupt_handler(u32 intnumber,
* but keep it around so its expectations are met */
return ret;
}

View File

@ -232,4 +232,3 @@ int int1a_handler(void)
return retval;
}

View File

@ -1144,6 +1144,3 @@ unsigned decode_rmXX_address(int mod, int rm)
return decode_rm01_address(rm);
return decode_rm10_address(rm);
}

View File

@ -2493,4 +2493,3 @@ void x86emu_cpuid(void)
break;
}
}