| commit | f8eb1005a5bdb019d2a4ff3ef8d8e8015b22afcb | [log] [tgz] |
|---|---|---|
| author | Randy Dunlap <rdunlap@xenotime.net> | Fri Oct 28 20:36:51 2005 -0700 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Nov 10 16:09:16 2005 -0800 |
| tree | 5a39a4c39001217546b79f81530fc847f65dbd1d | |
| parent | a5312e28c195f6118ba52fb8abe17cf2efc6a427 [diff] |
[PATCH] pci-driver: store_new_id() not inline store_new_id() should not be (and cannot be) inline; the function pointer is stored in a device_attribute table. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>