Remove some warnings.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4686 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2009-09-29 14:56:15 +00:00
parent 5e54871375
commit 6e2357676f
16 changed files with 42 additions and 40 deletions

View File

@@ -15,7 +15,7 @@ struct smbus_bus_operations;
/* Chip operations */
struct chip_operations {
void (*enable_dev)(struct device *dev);
char *name;
const char *name;
};
#define CHIP_NAME(X) .name = X,