From: Yijing Wang Date: Fri, 5 Jun 2015 06:04:59 +0000 (+0800) Subject: staging: rts5208: Use common pci_get_bus_and_slot() instead of private one X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6ed977428a7e46f860f3e7a2d878dc8dd023202b;p=deliverable%2Flinux.git staging: rts5208: Use common pci_get_bus_and_slot() instead of private one We already have a inline pci_get_bus_and_slot() in include/linux/pci.h, Use it instead of local one. Signed-off-by: Yijing Wang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rts5208/rtsx.h b/drivers/staging/rts5208/rtsx.h index aa1e034f7f45..1396263e13e6 100644 --- a/drivers/staging/rts5208/rtsx.h +++ b/drivers/staging/rts5208/rtsx.h @@ -48,9 +48,6 @@ #define CR_DRIVER_NAME "rts5208" -#define pci_get_bus_and_slot(bus, devfn) \ - pci_get_domain_bus_and_slot(0, (bus), (devfn)) - /* * macros for easy use */