diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-01 12:52:49 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-01 12:52:49 +0000 |
commit | f28674ec3c3349640733effc6026e7148b447550 (patch) | |
tree | 0c7acc7942a06c72308375702efd7b6ce7190707 /src/superio/ite/it8705f/chip.h | |
parent | 700b38a0d545230d0802f8121b9da05549092533 (diff) | |
download | coreboot-f28674ec3c3349640733effc6026e7148b447550.tar.xz |
Rename some variables from *ITE* to *ite* for consistency reasons (refs #4).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/ite/it8705f/chip.h')
-rw-r--r-- | src/superio/ite/it8705f/chip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/ite/it8705f/chip.h b/src/superio/ite/it8705f/chip.h index 4c782b8c6c..9ab0019be2 100644 --- a/src/superio/ite/it8705f/chip.h +++ b/src/superio/ite/it8705f/chip.h @@ -23,9 +23,9 @@ #include <uart8250.h> -extern struct chip_operations superio_ITE_it8705f_ops; +extern struct chip_operations superio_ite_it8705f_ops; -struct superio_ITE_it8705f_config { +struct superio_ite_it8705f_config { struct uart8250 com1, com2; }; |