[PATCH] pci-driver: store_new_id() not inline
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 29 Oct 2005 03:36:51 +0000 (20:36 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2005 00:09:16 +0000 (16:09 -0800)
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>

No differences found