diff options
| author | Simon Glass <[email protected]> | 2016-02-29 15:25:48 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-03-14 15:34:50 -0600 |
| commit | 3e8bd469504f5d5a8800a2ea46d664dde701105b (patch) | |
| tree | 5ed523093dd9bc779a4ca5a762e3177396829979 /drivers/block/systemace.c | |
| parent | 96e5b03c8ab749b6547f6a3ceb4d4b9f274211aa (diff) | |
dm: part: Rename some partition functions
Rename three partition functions so that they start with part_. This makes
it clear what they relate to.
Signed-off-by: Simon Glass <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Diffstat (limited to 'drivers/block/systemace.c')
| -rw-r--r-- | drivers/block/systemace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/systemace.c b/drivers/block/systemace.c index ea18c0d7353..b921dcd2066 100644 --- a/drivers/block/systemace.c +++ b/drivers/block/systemace.c @@ -124,7 +124,7 @@ struct blk_desc *systemace_get_dev(int dev) */ ace_writew(width == 8 ? 0 : 0x0001, 0); - init_part(&systemace_dev); + part_init(&systemace_dev); } |
