This patch uses the svn version as the sublevel part of the coreboot
version string. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://coreboot.org/repository/coreboot-v3@648 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
5de785e23b
commit
d11478e45c
6 changed files with 2652 additions and 12 deletions
|
|
@ -231,7 +231,7 @@ struct device {
|
|||
/* number of buses attached to the device */
|
||||
unsigned int links;
|
||||
|
||||
struct device_operations *ops;
|
||||
const struct device_operations *ops;
|
||||
void *device_configuration;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue