Commit 0707d434 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Deepak Saxena

PCI Hotplug: fix build error due to previous patches.

parent 733d6bfb
......@@ -193,7 +193,7 @@ static int init_slots(struct controller *ctrl)
return result;
}
static void cleanup_slots(const struct controller *ctrl)
static void cleanup_slots(struct controller *ctrl)
{
struct slot *old_slot;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment