Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information