Add const to get rid of some warnings when passing quoted strings.
Remove an unused extern declaration. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4756 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
42584096c3
commit
3fe6b7002b
21 changed files with 44 additions and 48 deletions
|
|
@ -182,11 +182,3 @@ struct device_operations default_dev_ops_root = {
|
|||
.scan_bus = root_dev_scan_bus,
|
||||
.reset_bus = root_dev_reset,
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief The root of device tree.
|
||||
*
|
||||
* This is the root of the device tree. The device tree is defined in the
|
||||
* static.c file and is generated by config tool during compile time.
|
||||
*/
|
||||
extern struct device dev_root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue