mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
disk/part.c: make local function static
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
2588ba14db
commit
76ee65bde2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ static const struct block_drvr block_drvr[] = {
|
|||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
#ifdef HAVE_BLOCK_DEVICE
|
||||
block_dev_desc_t *get_dev_hwpart(const char *ifname, int dev, int hwpart)
|
||||
static block_dev_desc_t *get_dev_hwpart(const char *ifname, int dev, int hwpart)
|
||||
{
|
||||
const struct block_drvr *drvr = block_drvr;
|
||||
block_dev_desc_t* (*reloc_get_dev)(int dev);
|
||||
|
|
Loading…
Reference in a new issue