Skip to content
Snippets Groups Projects
Commit 76ee65bd authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

disk/part.c: make local function static

parent 2588ba14
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ static const struct block_drvr block_drvr[] = { ...@@ -57,7 +57,7 @@ static const struct block_drvr block_drvr[] = {
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
#ifdef HAVE_BLOCK_DEVICE #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; const struct block_drvr *drvr = block_drvr;
block_dev_desc_t* (*reloc_get_dev)(int dev); block_dev_desc_t* (*reloc_get_dev)(int dev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment