Skip to content

Commit

Permalink
lib: system: linux: Remove unneeded forward declaration
Browse files Browse the repository at this point in the history
The declaration metal_linux_bus_close() is not needed, it is already
defined at this point.

Signed-off-by: Andrew Davis <[email protected]>
  • Loading branch information
glneo committed May 20, 2024
1 parent 5f2145c commit 14695f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/system/linux/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,6 @@ static int metal_linux_probe_driver(struct linux_bus *lbus,
return ldrv->sdrv ? 0 : -ENODEV;
}

static void metal_linux_bus_close(struct metal_bus *bus);

static int metal_linux_probe_bus(struct linux_bus *lbus)
{
struct linux_driver *ldrv;
Expand Down

0 comments on commit 14695f5

Please sign in to comment.