Add const to get rid of some warnings when passing quoted strings.

Remove an unused extern declaration.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4756 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-10-09 20:13:43 +00:00
commit 3fe6b7002b
21 changed files with 44 additions and 48 deletions

View file

@ -248,7 +248,7 @@ static int k8acpi_write_HT(void) {
return len;
}
static int k8acpi_write_pci_data(int dlen, char *name, int offset) {
static int k8acpi_write_pci_data(int dlen, const char *name, int offset) {
device_t dev;
uint32_t dword;
int len, lenp, i;