tpm: autoload tpm_tis based on system PnP IDs
authorMatt Domsch <Matt_Domsch@dell.com>
Tue, 3 Nov 2009 01:05:50 +0000 (12:05 +1100)
committerJames Morris <jmorris@namei.org>
Tue, 3 Nov 2009 01:05:50 +0000 (12:05 +1100)
The tpm_tis driver already has a list of supported pnp_device_ids.
This patch simply exports that list as a MODULE_DEVICE_TABLE() so that
the module autoloader will discover and load the module at boottime.

Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
Acked-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found