Skip to content

Commit 3e0d473

Browse files
Yue Haibingjgross1
authored andcommitted
xen-pciback: Remove unused function declarations
Commit a92336a ("xen/pciback: Drop two backends, squash and cleanup some code.") declared but never implemented these functions. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20230808150912.43416-1-yuehaibing@huawei.com Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 067e4f1 commit 3e0d473

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

drivers/xen/xen-pciback/conf_space_quirks.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ struct xen_pcibk_config_quirk {
2121
int xen_pcibk_config_quirks_add_field(struct pci_dev *dev, struct config_field
2222
*field);
2323

24-
int xen_pcibk_config_quirks_remove_field(struct pci_dev *dev, int reg);
25-
2624
int xen_pcibk_config_quirks_init(struct pci_dev *dev);
2725

2826
void xen_pcibk_config_field_free(struct config_field *field);

drivers/xen/xen-pciback/pciback.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,3 @@ static inline void xen_pcibk_lateeoi(struct xen_pcibk_device *pdev,
201201
int xen_pcibk_xenbus_register(void);
202202
void xen_pcibk_xenbus_unregister(void);
203203
#endif
204-
205-
/* Handles shared IRQs that can to device domain and control domain. */
206-
void xen_pcibk_irq_handler(struct pci_dev *dev, int reset);

0 commit comments

Comments
 (0)