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
This commit is contained in:
Uwe Hermann
2006-11-01 12:52:49 +00:00
parent 700b38a0d5
commit f28674ec3c
15 changed files with 32 additions and 32 deletions

View File

@@ -23,7 +23,7 @@
static void init(device_t dev)
{
struct superio_ITE_it8718f_config *conf;
struct superio_ite_it8718f_config *conf;
struct resource *res0, *res1;
if (!dev->enabled) {
@@ -80,7 +80,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_ITE_it8718f_ops = {
struct chip_operations superio_ite_it8718f_ops = {
CHIP_NAME("ITE it8718f")
.enable_dev = enable_dev,
};