Commit 76ee65bde2ea3cf89be7cddacf2c1893d49e20fc

Authored by Jeroen Hofstee
Committed by Tom Rini
1 parent 2588ba14db

disk/part.c: make local function static

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -57,7 +57,7 @@
57 57 DECLARE_GLOBAL_DATA_PTR;
58 58  
59 59 #ifdef HAVE_BLOCK_DEVICE
60   -block_dev_desc_t *get_dev_hwpart(const char *ifname, int dev, int hwpart)
  60 +static block_dev_desc_t *get_dev_hwpart(const char *ifname, int dev, int hwpart)
61 61 {
62 62 const struct block_drvr *drvr = block_drvr;
63 63 block_dev_desc_t* (*reloc_get_dev)(int dev);