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)
commit31bde71c202722a76686c3cf69a254c8a912275a
treeafa7ff8cfa8652fb0970e3546bbe8d7b89c531e3
parent3507d612366a4e81226295f646410130a1f62a5c
tpm: autoload tpm_tis based on system PnP IDs

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>
drivers/char/tpm/tpm_tis.c