Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219546
b: refs/heads/master
c: 42b2193
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Jesse Barnes committed Oct 15, 2010
1 parent 62e10a3 commit 46e864c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a37f1381f1d8625fa458360c9b5d17f0c5f1dea
refs/heads/master: 42b219322a97ccef347388b233aceaafe3fa517d
2 changes: 1 addition & 1 deletion trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ struct pci_error_handlers {
struct module;
struct pci_driver {
struct list_head node;
char *name;
const char *name;
const struct pci_device_id *id_table; /* must be non-NULL for probe to be called */
int (*probe) (struct pci_dev *dev, const struct pci_device_id *id); /* New device inserted */
void (*remove) (struct pci_dev *dev); /* Device removed (NULL if not a hot-plug capable driver) */
Expand Down

0 comments on commit 46e864c

Please sign in to comment.