Undo the other patches that sneaked in in my last commit.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@650 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2008-04-04 03:33:08 +00:00
commit a8b10df926
5 changed files with 11 additions and 2649 deletions

View file

@ -231,7 +231,7 @@ struct device {
/* number of buses attached to the device */
unsigned int links;
const struct device_operations *ops;
struct device_operations *ops;
void *device_configuration;
};