From c8fdb45d3fbba36708a3b5ce294fb24bda8d909b Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Wed, 14 Nov 2012 13:10:39 +0000 Subject: [PATCH] --- yaml --- r: 337947 b: refs/heads/master c: ddbd029903d29ec9a5aceb82d4b0c4a7468d1984 h: refs/heads/master i: 337945: e2fc153540d4d3f65c8d9c3e608b2c92cfc180d8 337943: 662db25603d823dd5cc30a8dc1332433ae7fb87a v: v3 --- [refs] | 2 +- trunk/drivers/staging/comedi/comedidev.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c072926a107c..b36e124569fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a588da1d5aac72801df0c83075225a6074c81ac5 +refs/heads/master: ddbd029903d29ec9a5aceb82d4b0c4a7468d1984 diff --git a/trunk/drivers/staging/comedi/comedidev.h b/trunk/drivers/staging/comedi/comedidev.h index 5af3579337eb..ce6ab93b754c 100644 --- a/trunk/drivers/staging/comedi/comedidev.h +++ b/trunk/drivers/staging/comedi/comedidev.h @@ -201,8 +201,6 @@ struct comedi_driver { struct module *module; int (*attach) (struct comedi_device *, struct comedi_devconfig *); void (*detach) (struct comedi_device *); - int (*attach_pci) (struct comedi_device *, struct pci_dev *); - int (*attach_usb) (struct comedi_device *, struct usb_interface *); int (*auto_attach) (struct comedi_device *, unsigned long); /* number of elements in board_name and board_id arrays */