PCI: fix multiple definition of `queue_pushbutton_work'
Fix duplicate names in shpchp and pciehp. Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9233352628
commit
e325e1f078
@ -433,7 +433,7 @@ static void shpchp_pushbutton_thread(struct work_struct *work)
|
||||
kfree(info);
|
||||
}
|
||||
|
||||
void queue_pushbutton_work(struct work_struct *work)
|
||||
void shpchp_queue_pushbutton_work(struct work_struct *work)
|
||||
{
|
||||
struct slot *p_slot = container_of(work, struct slot, work.work);
|
||||
struct pushbutton_work_info *info;
|
||||
|
Reference in New Issue
Block a user